com.WebServiceEngine.SetOption

Sets an option for the Web Service engine.

Syntax

com.WebServiceEngine.SetOption(
   optionName STRING,
   optionValue STRING )
  1. optionName defines the option to set.
  2. 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).