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.