Migrate AIA URLs to use the APSV transport
- Last Updated: January 23, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PAS for OpenEdge does not support the OpenEdge NameServer or the direct connection modes of the classic AppServer. All connections must use a URL that is similar to what was used for the classic AppServer Internet Adapter (AIA).
For example, an ABL client -URL connection
parameter to the CONNECT( ) method might be the
following for an AIA connection, which is also shown in a connection parameters string
that includes the -sessionModel connection
parameter:
|
The equivalent APSV connection parameter for a PAS for OpenEdge connection might be the following:
|
apsv, or omitted, then it connects to the default ROOT ABL web application. If apsv is asbroker1WebAppl/apsv, then it
connects to the ABL web application with the name, asbroker1WebAppl, which is deployed in the WAR file, asbroker1WebAppl.war.For more information on ABL client (as well as Open Client) connection to PAS for OpenEdge, see Connect to a PAS for OpenEdge instance in Application Development with PAS for OpenEdge.