Walks you through the process of creating the CarTracker service interface in which to define a JSON RESTful Web service.
- From the
COBOL Explorer, 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.
The
Program to map field is automatically populated with the project and program file.
- Click
Finish.
- In the
COBOL Explorer, expand the
Web Services node.
You should see the new
CarTracker Web service listed there.