Export a REST application
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Exporting a REST application allows you to package an ABL service as
a .WAR file to deploy as a complete web application
or to export services incrementally by creating a .ZIP file that contains .PAAR files
for each selected ABL REST and ABL Data Object (REST RPC) and .gen
and pdo.handlers file for ABL Data Object (WebHandler).
For more details on exporting a REST Web application, refer to Export an ABL Service.