The attached pdf-format document provides an example, including the source code of an APL user-defined function to access a SOAP web service.
The APLNext WebTransfer product can be used to access an industry-standard SOAP web service.
WebTransfer is exposed as an ActiveX component so it can be used by APL+Win or APL64.
Contact
sales@apl2000.com for more information about licensing WebTransfer
A SOAP web service exposes a WSDL which documents the web service location and available methods.
Requests made to a SOAP web service and responses received from a SOAP service are xml-format text which enclose the web service-specific information in a SOAP envelope.
For purposes of this document a public example SOAP web service is used.