Walks you through the process of creating an
Enterprise Developer project for the ScheduleDemo application and its service interface.
Create a project for your service interface application.
- From the
IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click
Add >
New Project.
- 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.
- Click
OK. The
ProgramSOAP project now appears in the Solution Explorer.
- Right-click the
ProgramSOAP project, and 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, click
All files (*.*)
- Select all files except the
Readme XML files; then click
Add.
- To save this project, select the
ProgramSOAP project in the Solution Explorer; then click
File > Save ProgramSOAP.