Add the REST Adapter (Trigger) and Oracle E-Business Suite Adapter (Invoke) to the Integration

In this example, the orchestration flow diagram created for this integration includes the following activities:

  • The REST Adapter as a trigger activity called "RESTSample" for the "RESTSample" connection created earlier.

    This trigger activity uses the endpoint's relative resource URI /createSite/ through the REST Adapter.

    See: Add the REST Adapter as a Trigger (Source) Connection.

  • Mappings defined for "EBS_Site"

    It allows you to map and pass the trigger parameters to the "EBS_Site" activity to invoke the "Create Site" Oracle E-Business Suite REST service.

    See: Create Mappings.

  • The Oracle E-Business Suite Adapter as an invoke activity called "EBS_Site" for "EBS" connection that you created earlier.

    This invoke activity uses the "Create Site" method with the “create”operation from the "Site Services" REST service when adding the Oracle E-Business Suite Adapter as an invoke connection. This service creates a site in Oracle E-Business Suite Site Hub.

    See: Add the Oracle E-Business Suite Adapter as an Invoke (Target) Connection.

  • Mappings defined for "RESTSample"

    This activity assigns the site information elements from the "EBS_Site" activity to the corresponding elements in the "RESTSample" activity.

    See: Create Mappings.


This image shows the “EBS” integration diagram for using a REST Adapter as a trigger and Oracle E-Business Suite Adapter as an Invoke connection in an integration. From top to bottom are the REST Adapter icon, "EBS_Site" mapping, EBS_Site icon, and "RESTSample" mapping.