Create the COMMWS Service Interface

Provides instructions for using the IMTK to create the COMMWS service interface in your CICSCommareaWS project.
  1. From the Visual Studio Solution Explorer, right-click the CICSCommareaWS 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 COMMWS, 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 Commarea.
  7. Click OK.

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