Annotate ABL resources using the Define Service Interface wizard
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Annotate ABL resources using the Define Service Interface wizard
Follow these steps to annotate ABL resources using the Define Service Interface wizard:
- Based on the ABL resources that you want to include in your REST service, right-click an ABL class or procedure file in the Project Explorer view.
- Select Progress OpenEdge> Define Service Interface. The Define Service Interface wizard appears.
- Select REST from the Definition mode drop-down list.
- In the Project Explorer view, the ABL class or procedure file that you selected is marked in the list of procedures and classes in the workspace. The corresponding operations (functions, procedures, and methods) are listed on the right. Select the operations that you want to annotate and then click Next.The Edit Annotation page opens.
- Review the REST annotations, and then click Finish. Notice that in the OpenEdge editor the annotations have been added to the ABL class or procedure file.