Creating a Db2 service project
Create a Db2® service project with the z/OS® Connect EE API toolkit.
Before you begin
- From the main menu, select . The Select Perspective wizard opens.
- Select z/OS Connect Enterprise Edition.
About this task
Create a Db2 service project.
Procedure
-
Select .The New Project wizard opens.
- Select Next. , and click
- Enter a name of your choice for the project. This name is also used as the service name.
- Select Db2 Service
from the Project Type list.
- Enter a description and click Finish.
- Optionally, change the version number from the default of 1.0.0.
Results
The service project is created in the Project Explorer view and the
service.properties file opens in the service project
editor in a tab that is
named after the service project. This service project editor is where you configure the service and
define the Db2 native REST service details. Initially, errors
() are reported and highlighted for information that is required and must be specified.
What to do next
Alternatively, you can define a service by importing the schemas from your local machine and manually specifying the Db2 native REST service specifications. See Importing JSON schemas from your local machine