JadeWebServiceConsumer Properties
The properties defined in the JadeWebServiceConsumer class are summarized in the following table.
| Property | Description |
|---|---|
| characterConversionException | Specifies whether a web service response on an ANSI system contains non-ANSI characters |
| handleCharConversionException | Specifies whether an exception is raised on an ANSI system if a web service response contains non-ANSI characters |
| logStatistics | Value that specifies whether web service request statistics are logged |
| password | Web service consumer user authentication password, if required |
| proxyHostName | Host name of the proxy server for the web service consumer, if required |
| proxyPassword | Web service consumer user authentication password for proxy servers, if required |
| proxyUsername | Web service consumer user authentication identifier for proxy servers, if required |
| soapHeaders | List of SOAP headers sent by the web service consumer |
| soapRequest | Outgoing SOAP message sent to the web service provider |
| soapResponse | SOAP message response received from the web service provider |
| timeout | Number of milliseconds after which the web service times out if a response has not been received |
| unknownHeaders | Contains an array of any SOAP headers that were part of the response but could not be processed |
| userName | Web service consumer user authentication identifier, if required |
| workerApp | Name of a worker application configured to process a web service request asynchronously |
