Provides instructions for using the IMTK to create the COMMWS service interface in your CICSCommareaWS project.
- From the Visual Studio
Solution Explorer, right-click the
CICSCommareaWS project, and then click
Add > New Item.
- In the left pane of the
Add New Item window, expand
Installed > COBOL > Native, and then click
Mainframe Subsystem.
- In the center pane, select
Service Interface.
- In the
Name field, type
COMMWS, and then click
Add.
- From the
Type of interface drop-down list, select
Web Service.
- From the
Type of source drop-down list, select
CICS Commarea.
- 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.