Incremental REST services
- Last Updated: August 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
A REST web service is deployed using a REST service definition file (.paar) that calls ABL service interface APIs in the ABL application. To deploy incremental REST service definitions into an existing PAS for OpenEdge instance's ABL web application, package the .paar file and any ABL .p or .r language files that support the service interface's API. Once the package is available on the PAS for OpenEdge instance's host server you will:
- Unpack the files into a temporary location.
- Use the PAS for OpenEdge instance's
deployRESTcommand-line utility to deploy the REST service definition file into an existing ABL web application.For more information, see Deploy REST services.
- Move any ABL .p or .r files into one of the ABL application's
PROPATHlocations.
Note: The
PROPATH location can include the
OpenEdge ABL web application's WEB-INF/openedge
directory tree.