Binding to a server object handle
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
As for an AppServer, use the CONNECT( ) method on the server object handle
to bind that server object handle to a Web service. This is the basic syntax:
|
A Web service binding requires and uses only the connection-parameters argument, which is a character string containing embedded
parameter values to specify the binding. Note that the CONNECT( ) method is
also used to connect AppServer application services. However, if the connection-parameters string contains any Web service
parameters, OpenEdge assumes that the method is binding to a Web service and ignores any
AppServer-specific connection parameters in the string.