Create the ACCTWS Service Interface

Guides you through the steps required to create the ACCTWS service interface, which defines a Web service derived from CICS screen source code.
  1. From the Visual Studio Solution Explorer, right-click the CICSScreenWS project, and then click Add > New Item.
  2. In the left pane of the Add New Item window, expand Installed > COBOL > Native, and then click Mainframe Subsystem.
  3. In the center pane, select Service Interface.
  4. In the Name field, type ACCTWS, 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 CICS Screen.
  7. Click OK.

Visual Studio adds the ACCTWS service interface to the Solution Explorer and invokes the Interface Mapper. You are ready to define the details of the service interface.