Create an ABL REST Web application
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following are the high-level tasks that you must perform for creating a REST Web application
from an existing ABL application:
- Annotate ABL resources for creating a REST service.
- Configure a REST service by mapping REST operations to ABL operations.
- Publish the REST service to Progress Application Server for OpenEdge (PAS for OpenEdge) instance (oepas1) in your development environment. For more information, see Deploy REST services in Manage Progress Application Server (PAS) for OpenEdge.
- Test the REST service using a REST client. For more information, see Test and validate your REST service in Manage Progress Application Server (PAS) for OpenEdge.