Creating a REST V2 Resource
To build a REST V2 resource, first create an empty REST V2 resource and then define operations for the resource.
To create a REST V2 Resource
1. In the Service Development perspective, select File > New > REST Resource.
2. On the New REST Resource dialog box, select REST V2 Resource (Recommended) as the type of REST resource to create.
3. Specify a name for the REST V2 resource and select the package or folder in which you want to create the resource.
Note: | Ensure that the name of the REST V2 resource is unique within the Integration Server namespace. |
4. Click Finish.
Designer adds an empty REST V2 resource to the selected location in the namespace. For the created resource, you must define resource operations.