com.WebServiceEngine.SetOption
Sets an option for the Web Service engine.
Syntax
com.WebServiceEngine.SetOption(
optionName STRING,
optionValue STRING )
- optionName defines the option to set.
- optionValue defines the value of the option to set.
Usage
The com.WebServiceEngine.SetOption()
class method configures the Web Services
engine with options.
See WebServiceEngine options for the supported options.
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).