JadeWebServiceConsumer Class
A subclass of the
Property | Contains the… |
---|---|
|
Whether a web service response on an ANSI system contains non-ANSI characters |
|
Whether an exception is raised on an ANSI system if a web service response contains non-ANSI characters |
|
Value that specifies whether web service consumer message statistics are logged |
|
Web service consumer user authentication password, if required |
|
Host name of the proxy server for the web service consumer, if required |
|
Web service consumer user authentication password for proxy servers, if required |
|
Web service consumer user authentication identifier for proxy servers, if required |
|
List of SOAP headers sent by the web service consumer |
|
Outgoing SOAP message sent to the web service provider |
|
SOAP message response received from the web service provider |
|
Number of milliseconds after which the web service times out if a response has not been received |
|
Contains an array of any SOAP headers that were part of the response but could not be processed |
|
Web service consumer user authentication identifier, if required |
|
Name of a worker application configured to process a web service request asynchronously |
The methods defined in the
Method | Description |
---|---|
|
Adds, changes, or removes HTTP headers from a web service consumer request |
|
Returns the name of the end-point URL to which the web service consumer request is sent |
|
Returns the value of a specified user-defined HTTP header |
|
Returns the value of a client HTTP header specified by the value of the key parameter |
|
Returns the value of a server HTTP header specified by the value of the key parameter |
|
Returns statistics relating to the last web service consumer SOAP message |
|
Returns the timeout values in milliseconds for connect, send, and receive messages, respectively |
|
Sends the message to your web service provider using your own communication handlers or it dynamically connects to a web service (that is, without using or importing a WSDL file) |
|
Sends the message asynchronously to your web service provider using your own communication handlers or it dynamically connects to a web service (that is, without using or importing a WSDL file) |
|
Sends the message and the specified verb asynchronously to your web service provider using your own communication handlers or it dynamically connects to a web service (that is, without using or importing a WSDL file) |
|
Sends the message and the specified verb to your web service provider using your own communication handlers or it dynamically connects to a web service (that is, without using or importing a WSDL file) |
|
Processes the result of a web service request (that is, a SOAP message) and sets up transient objects for further processing by your application |
|
Deletes all transient objects created by the web service consumer when making a web service request |
|
Sets up the SOAP message for a web service request and sends the message to the web service provider |
|
Dynamically changes the URL to which the web service request is sent |
|
Sets the timeout values for connect, send, and receive messages, respectively |
For details, see "