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 COBOL Explorer, 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.

    The Program to map field is automatically populated with the project and program file.

  5. Click Finish.
  6. In the COBOL Explorer, expand the Web Services node.

    You should see the new CarTracker Web service listed there.