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 "