4 Activate and Run the Recipe

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

  1. In the project workspace, click Activate. In the Activate project panel, with the default project deployment selected, choose an appropriate tracing option, then click Activate.

    A message confirms that the integration has been activated. Refresh the page to view the updated status of the integration.

  2. Run the recipe from an external application.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
    2. On the Configure and run page, click Endpoint metadata.
    3. In the panel 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 Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
    2. On the Configure and run page, in the Request section, enter the ID of the opportunity that you wish to retrieve.
    3. Click Run.
      The recipe invokes a REST API to get the opportunity details from Oracle B2B Service.
    4. In the Response section of the test page, under the Body tab, you’ll find a success response, 200 OK.