Create the ProgramSOAP Solution and Project

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

Create a solution and project for the ScheduleDemo application.

  1. In Visual Studio, click File > New > Project.
  2. In the Create a new project dialog box, select COBOL from the Language drop-down list.
  3. Select Enterprise Server Application.
  4. Click Next.
  5. 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
    Note: You can optionally specify any directory of your choice; however, this tutorial refers to the project location as c:\tutorials. If your project location is different, adjust the instructions as necessary.
  6. Check Place solution and project in the same directory.
  7. Click Create.

    Visual Studio opens the Solution Explorer for the ProgramSOAP solution, showing the ProgramSOAP project.