Create a Project

Walks you through the process of creating a Visual COBOL project for the ScheduleDemo application and its service interface.
Restriction: This topic applies only when the Enterprise Server feature is enabled.

Create a project for your service interface application.

  1. From the IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click Add > New Project.
  2. In the Name field, type ProgramSOAP.
    Note: Because you are creating the project from the IMTKTutorialsESA solution, the default settings for Project types, Templates, and Location are correct.
  3. Click OK. The ProgramSOAP project now appears in the Solution Explorer.
  4. Right-click the ProgramSOAP project, and select Add > Existing Item from the context menu.
  5. Browse to the %PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\ScheduleDemo folder.
  6. From the drop-down list, click All files (*.*)
  7. Select all files except the Readme XML files; then click Add.
  8. To save this project, select the ProgramSOAP project in the Solution Explorer; then click File > Save ProgramSOAP.