The WebOperation class / com.WebOperation methods |
Defines the encoding mechanism for Web Operation input parameters.
setInputEncoded( encoded BOOLEAN )
When the parameter is TRUE, the SOAP Section 5 encoding mechanism is used, FALSE indicates the XML Schema mechanism.
The XML Schema mechanism (FALSE) is not recommended.
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).