Walks you through the process of creating a
Visual COBOL project for the ScheduleDemo demonstration application, and populating the project with demonstration files.
Restriction: This topic applies only when the Enterprise Server feature is enabled.
Create the ProgramSOAP project
- Open a Visual Studio command prompt and enter:
devenv
This starts Visual Studio. If you are prompted to select an initial action, click
Continue without code.
- In Visual Studio, click
.
- In the
Create a new project dialog box, select
COBOL from the
Language drop-down list.
- In the two remaining drop-down lists, select
Windows and
Enterprise Server respectively.
- Select
Enterprise Server Application.
- Click
Next.
- Complete the
Name and
Location fields as follows:
Name
|
ProgramSOAP
By default, this is the name of both the project and the solution.
|
Location
|
c:\tutorials\IMTK
|
- Check
Place solution and project in the same directory.
- Click
Create.
Visual Studio opens the
Solution Explorer for the
ProgramSOAP solution, showing the
ProgramSOAP project.
Note: By default, all new projects you create in Visual Studio are 64-bit.
Add ScheduleDemo demonstration files to the project
- Right-click the
ProgramSOAP project, and select
Add > Existing Item from the context menu.
- Browse to the
%PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\ScheduleDemo directory.
- From the drop-down filter, select
All files (*.*)
- On the list of files, select all except the
Readme XML files, and then click
Add.
Save the ProgramSOAP project
- In the
Solution Explorer, select the
ProgramSOAP project, and then click
File > Save ProgramSOAP on the Visual Studio main menu.