Create the CarTracker Service Interface

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

    You should see the new CarTracker Web service listed there.