Walks you through the process of creating an
Enterprise Developer project for the ScheduleDemo application and its service interface.
Create a project in the IMTKTutorialsESA solution to contain the components of our COBOL application and the components of
our service interface.
- From the
IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click
Add >
New Project.
- In the
Name field, type
ProgramREST.
Note: Because you are creating the project from the
IMTKTutorialsESA solution, the default settings for
Project types,
Templates, and
Location are correct.
- Click
OK. The
ProgramREST project now appears in the Solution Explorer.
- Right-click the
ProgramREST project; then select
Add >
Existing Item from the context menu.
- Browse to the
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Interface Mapping Toolkit\ServiceInterfaces\ScheduleDemo folder.
- From the drop-down list, select
All files (*.*) to show all files listed in the directory.
- Select all files except the
Readme XML files; then click
Add.
- To save this project, select the
ProgramREST project in the Solution Explorer; then click
File >
Save ProgramREST.