com.WebService.setComment
Defines the comment for the Web Service object.
Syntax
setComment(
comment STRING )
- comment defines the comment to be set.
Usage
The setComment()
method defines the comment associated with 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).