com.WebService.setComment

Defines the comment for the Web Service object.

Syntax

setComment(
   comment STRING )
  1. comment is the description of the Web Service.

Usage

The setComment() method defines the comment associated to a com.WebService object.

The comment will be used when generating the WSDL file, as defined by the standard.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).