Walks you through the process of creating the MakeCheckAppt service interface in which to define a SOAP Web service.
Restriction: This topic applies only when the Enterprise Server feature is enabled.
- From the
Solution Explorer, right-click the
ProgramSOAP project, then select
Add >
New Item from the context menu.
- In the left pane of the
Add New Item window, expand
Installed > COBOL, then select
Native.
- In the center pane, select
Service Interface.
- In the
Name field, type
MakeCheckAppt, and then click
Add.
- From the
Type of interface drop-down list, select
Web Service.
- From the
Type of source drop-down list, select
COBOL Program.
- Click
OK.
At this point, Visual Studio adds the
MakeCheckAppt service interface to the
Solution Explorer and invokes the
Interface Mapper. You are ready to define the details of the SOAP Web service.