Map REST operations to ABL operations
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
After creating a REST service using the Define Service Interface wizard, you must map REST operations to ABL operations.
To map REST operations to ABL operations:
- Add REST resources to the defined REST service.
- For each resource, map REST (HTTP) verbs to operations (methods, procedures, and functions) of the annotated ABL class (.cls) and/or procedure (.p) file.
- For each REST verb, map the HTTP Request and Response parameters to the Interface parameters.