Try OpenEdge Now
Web Services
Creating ABL Clients to Consume OpenEdge SOAP Web Services
:
Connecting to OpenEdge SOAP Web Services from ABL
:
Binding to a Web service
Binding to a Web service
Binding to a Web service is a two-step process:
1.
Create a server object handle.
2.
Execute the
CONNECT( )
method on the server object handle.
In this section:
Creating a server object handle
Binding to a server object handle