1.58 Create REST Resource Dialog or Update REST Resource Dialog

Use to add a REST resource path URL for an operation.

A resource is any source of specific information that can be addressed. A resource path may consist of operations located in multiple paths of a REST binding base URL. For example, a resource path may consist of the following operations located in multiple locations of the REST binding base URL:

  • Place an order (REST_binding_base_URL/Orders)

  • Pay for an order (REST_binding_base_URL/Orders/OrderID)

  • View an order (REST_binding_base_URL/Orders/OrderID)

  • Get all orders (REST_binding_base_URL/Orders)

  • Verify payment of an order (REST_binding_base_URL/Orders/OrderID)

  • Delete an order (REST_binding_base_URL/Orders/OrderID)

Element Description

Relative Path

Enter the relative path to the REST resource (for example, /Orders).

When you specify a resource path for an operation, it is added to the Resource Path column of the Operation Bindings table of the Create REST Binding dialog.

Full Path

Displays the full path to the REST resource based on your updates to the Relative Path field.

Related Topics

Integrating REST Operations in SOA Composite Applications in Developing SOA Applications with Oracle SOA Suite