You have obtained, by one of the methods described in
Distributing your WSDL file, the WSDL file for the Web service that your ABL client will consume. You run the WSDL Analyzer on the file and get pages of sample ABL code. The samples cover all the necessary steps to consume the Web service.
As shown in
Consuming SOAP Web service example, an ABL client does the following to consume a Web service:
You can find sample code to cover this process in the WSDL Analyzer's output. The connection details
Figure 12 and operation details
Figure 13 sections of the Port type page provide most of these code samples.