Try OpenEdge Now
skip to main content
Online Help
Introducing OpenEdge REST : Tasks : Developing ABL REST Web applications : Working with the REST Expose Editor : Using the REST Expose Editor
 
Using the REST Expose Editor
The REST Expose Editor allows you to define mapping between the exposed ABL applications (ABL class and procedure files with REST interface annotations) and the defined REST service.
Mapping the defined REST service with the exposed ABL class and procedure files include the following steps:
1. Adding REST resources to the defined REST service. For more information, see Adding REST resources.
2. Mapping REST (HTTP) verbs with an REST interface-annotated ABL class (.cls) and procedure (.p) files. For more information, see Associating REST verbs with operations.
3. Mapping the HTTP Request and Response parameters with the Interface parameters. For more information, see Mapping REST resource verb parameters.