com.WebOperation.setComment
Sets the comment for the Web Operation object.
Syntax
setComment(
comment STRING )
- comment defines the comment to be set.
Usage
The setComment()
method defines a comment for the current Web Operation
object.
The comment will appear in the WSDL of the service.
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).