The WebServiceInfo object contains the following methods:
Method List
Name | Description |
---|---|
ParseRequest
|
Parses the SOAP request for the specified web service method and returns its input parameters. |
ParseResponse
|
Parses the SOAP response from the specified web service method and returns its output data. |
PrepareRequest
|
Generates the contents of a SOAP request to be sent to the specified web service method. |
PrepareRequestObject
|
Returns an object holding input parameters for the specified web service method. |