Create the MakeCheckAppt Service Interface

Walks you through the process of creating the MakeCheckAppt service interface in which to define a SOAP Web service.
  1. From the Solution Explorer, right-click the ProgramSOAP project, then select Add > New Item from the context menu.
  2. In the left pane of the Add New Item window, expand Installed > COBOL, then select Native.
  3. In the center pane, select Service Interface.
  4. In the Name field, type MakeCheckAppt, and then click Add.
  5. From the Type of interface drop-down list, select Web Service.
  6. From the Type of source drop-down list, select COBOL Program.
  7. Click OK.

At this point, Visual Studio adds the MakeCheckAppt service interface to the Solution Explorer and invokes the Interface Mapper. You are ready to define the details of the SOAP Web service.