After you create Data Object interfaces, you can start creating Data Object services using the New ABL Service wizard.

Before you can create Data Object services, you must ensure that the databases and the PAS for OpenEdge instance are running. Follow these steps to create a Data Object service:

  1. Open Progress Developer Studio for OpenEdge.
  2. Right-click the ABL Web App project for which you want to generate a Data Object service and select New > ABL Service. The New ABL Service wizard appears.
  3. On the first page of the New ABL Service wizard:
    1. Select REST as the service type.
    2. Select Create a Data Object Service (Generate a JSDO catalog).
    3. Enter a name for the service. The Service relative URI field is populated.
    4. Optionally, enter a description in the Service description field.
  4. On the Create a Data Object service page, select all the Data Object interfaces that you want to expose in the Data Object service and then click Finish. This creates a Data Object service.