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 |