Guides you through the steps required to create the ACCTWS service interface, which defines a Web service derived from CICS
screen source code.
- From the Visual Studio
Solution Explorer, right-click the
CICSScreenWS 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
ACCTWS, 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 Screen.
- 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.