Creating a sample web app using Kendo UI Builder by Progress : Creating a new project : Creating an ABL Service of Data Object type
  

Creating an ABL Service of Data Object type

We now create an ABL Service of Data Object type using the Create an ABL Service page.
1. Select Data Object as the Service type.
2. Select REST RPC as the Service provider.
Note: For the sample web app we use a REST provider for Web transport and messaging protocol for client apps to access Data Object resources (Business Entities) on the OpenEdge application server. For more information on service providers, see the Progress Data Objects and Reference guide.
3. Retain OrderEntryService for the Service name field and /OrderEntryService for the Service relative URI field.
The Sample URI appears as http://host[:port]/OrderEntry/rest/OrderEntryService/Resource URI at the bottom of the page.
4. Click Next. The ABL Service of Data Object type is created.