Walks you through the process of creating an
Enterprise Developer project for the ScheduleDemo application and its service interface.
Restriction: This topic applies to Windows environments (local development) only.
Create a project for your service interface, and add files to the project.
- From
Enterprise Developer, click
File >
New >
COBOL Project.
Note: If
COBOL Project is not on the list, click
File > New > Project > Micro Focus COBOL > COBOL Project; then click
Next.
- In the
Project name field, type
ProgramREST.
- If not already checked, check
Use default location; then click
Finish.
Note: If prompted to open the COBOL perspective, click
Yes.
The COBOL Explorer now shows the
ProgramREST project.
- From the COBOL Explorer, right-click the
ProgramREST project and select
Import > Import from the context menu.
- Expand
General; then double-click
File System.
- Click the
Browse button that corresponds to the
From directory field, and browse to the
%PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Interface Mapping Toolkit\ServiceInterfaces\ScheduleDemo directory; then click
OK.
- In the left pane, check
ScheduleDemo to select all files listed in both panes.
- In the right pane, uncheck
Readme-Ec.xml and
Readme.xml. These files are used by the Samples Browser.
- Click
Finish.
Enterprise Developer adds the files and builds the project automatically.
- From the COBOL Explorer, right-click the
ProgramREST project; then click
Properties.
- Expand
Micro Focus > Build Configurations; then click
COBOL.
- From the
Target Type drop-down list, select
All Native Library Files; then click
OK.