4 Activate and Run the Recipe

After you've configured the connections, you can activate and run the recipe.

  1. In the Configuration Editor, click Activate in the title bar. In the Activate Package dialog, click Activate again.
    A message confirms that the integration has been activated. Refresh the page to view the updated status of the integration.

    Note:

    To avoid logging of sensitive information, leave the Include Payload box unchecked while activating the recipe.
  2. Run the recipe from an external application.
    1. In the Configuration Editor, select the integration flow and click Run Run icon.
    2. In the resulting dialog, click the Metadata URL link.
    3. From the new tab that opens, copy the Endpoint URL value. This is the integration flow’s endpoint URL.
    4. From the external application, send a POST request to this endpoint URL along with the ID of the opportunity you want to retrieve from Oracle B2B Service. Enter the opportunity ID in the POST request’s URI Parameters tab.
      The recipe retrieves the corresponding opportunity details from Oracle B2B Service and sends the opportunity details to the caller as a response.
  3. Test the recipe in Oracle Integration.
    1. In the Configuration Editor, select the integration flow.
    2. Click Run Run icon, then Test.
    3. In the Request section, under the URI Parameters tab, enter the ID of the opportunity that you wish to retrieve.
    4. Click Test. The recipe invokes a REST API to get the opportunity details from Oracle B2B Service.
    5. In the Response section of the test page, under the Body tab, you’ll find a success response, 200 OK.