Connecting to a PAS for OpenEdge instance
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The connection mechanism for both session-managed and session-free connections
is the same. For both application models you use the CONNECT( ) method on a server object handle to create the appropriate
connection to an OE ABL Web application running on a particular PAS for OpenEdge instance
using an HTTP or HTTPS-based URL.
To connect an ABL client to an OE ABL Web application:
- Create a server object handle.
- Execute the
CONNECT( )method on the server object handle, passing the parameters necessary to identify the URL to the Web application on a given PAS for OpenEdge instance, the application model to use, and additional information based on the URL scheme (HTTP or HTTPS) and the chosen application model.