Walks you through the process of creating the CarTracker service interface in which to define a JSON RESTful Web service.
- From the
Application Explorer view, expand the
ProgramRESTAPI node.
- Right-click the
CarsProgram.cbl file, and then select
New > Interface > REST Web Service.
- In the
Web service name field, type
CarTracker.
- Set the
Mapping to
None.
- Click the
Browse button that corresponds to the
Program to map field.
- Expand
ProgramRESTAPI.
- Select
CarsProgram.cbl, and then click
OK.
- Click
Finish.
- In the
Application Explorer view, expand the
Web Services node.
You should see the new
CarTracker Web service listed there.