Try OpenEdge Now
skip to main content
Web Services
Introduction : Overview of SOAP Web services in OpenEdge : Creating ABL clients to consume SOAP Web services : Build your client
 
Build your client
The output from the WSDL Analyzer provides the starting point to build your client. The output gives you the code to connect to the Web service and call its operations. You need to create the logic to provide data to the Web service and manipulate the data the Web service provides to complete your client.
The general procedure for accessing a Web service to invoke its operations is similar to accessing a AppServer and invoking its remote procedures and user-defined functions. For information on accessing a AppServer, see OpenEdge Application Server: Developing AppServer Applications.
* Comparing access to AppServers and Web services