To create a REST off-ramp:
- Connect to the appropriate repository in OnBase Studio.
-
Launch the Create Off-Ramp wizard by doing one of the following:
-
Click the REST Off-Ramp button in the Integration Services ribbon.
-
Right-click the HIS Off-Ramp node in the Integration Services tab of the Repositories pane, then select New | REST.
The Create Off-Ramp wizard is displayed. -
- Enter the name of the off-ramp in the Name field.
- Enter a description for the off-ramp in the Description field.
-
Click Next. The operations page is displayed.
- Enter the base URI in the Base URI field. This is the common URI for all operations in the off-ramp (for example, http://localhost:5000). This value is limited to 249 or fewer characters.
-
Click Add to configure and add an operation to the off-ramp. The Add REST Operation dialog box is displayed.
- Enter a name for the operation in the Operation Name field.
-
Using the HTTP Method drop-down list, select the HTTP request method to be used in the operation. The following HTTP methods are available:
-
GET
-
POST
-
PUT
-
PATCH
-
DELETE
-
HEAD
-
OPTIONS
-
CONNECT
-
TRACE
-
- Enter the URI for the operation in the URI field. This is the resource URI of the specific operation (for example, /sample/messages).
- Click OK to add the operation.
- Add any additional operations to the off-ramp as needed, and then click Next. The Summary page is displayed.
- Review the summary and click Finish.