Remote ABL methods
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Remote ABL methods
ProxyGen maps each ABL non-persistent procedure, internal procedure, and user-defined function exposed on the application server to a remote ABL method. These methods are part of an AppObject, SubAppObject, or ProcObject. ProxyGen generates method names using automatic conversion and conventions. For more information on proxy generation, see Learn about Open Clients.
A sample non-persistent procedure follows:
|
ProxyGen generates the following .NET proxy method:
|