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.
- From the
Type of interface drop-down list, select
Web Service.
- From the
Type of source drop-down list, select
COBOL Program.
- Click
OK.
Note: Ensure that the solution platform in Visual Studio matches the bitism of the server you are deploying to.
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.