com.WebServiceEngine.SetOption

Sets an option for the Web Service engine.

Syntax

com.WebServiceEngine.SetOption(
   option STRING,
   value STRING )
  1. option is the name of the option to set.
  2. value is 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 with the appropriate error number.