com.WebOperation.setOutputEncoded

Defines the encoding mechanism for Web Operation output parameters.

Syntax

setOutputEncoded(
   encoded BOOLEAN )
  1. encoded is a boolean defining the encoding mechanism to be used.

Usage

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).