Appendix 2. How to Invoke Method

To invoke a specified method of a web service, you need to do the following:

  1. Find a web service you want to use. List of all web services is found in the Web Services section of the Integration API Reference. Each web service is represented by XSD schema. Location of the schema is specified by WSDL location parameter.
  2. Find a method you want to invoke.
  3. Construct a request packet using XSD representation or a sample request packet displayed for each method. In a sample packet's header, you need to substitute the Host and Content-Length values with your own. In the sample packet's body, each attribute value is substituted with a type of the attribute . You need to change them into values you need.

Send the request packet and get a response packet using a SOAP client. To look at samples of SOAP client applications, refer to the Client Software Samples section.