Create a Service Interface

Walks you through the process of creating a SOAP service interface for the ScheduleDemo application.
Restriction: This topic applies to Windows environments (local development) only.

Create a service interface for the new project.

  1. In the Application Explorer view, right-click the ProgramSOAP project; then select New > Interface > SOAP Web Service from the context menu.
    Note: If SOAP Web Service is not on the menu:
    1. Click Other.
    2. Expand Micro Focus Service Interface
    3. Select SOAP Web Service; then click Next.
  2. In the Web service name field, type MakeCheckAppt.
  3. Select None as the Mapping option.
  4. Click the Browse button associated with Program to map, and navigate to and select the schedule.cbl file in your ProgramSOAP project folder.
  5. Click OK.
  6. Click Finish.

    This starts the Interface Mapper.