Activate and Run the Recipe

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

  1. Activate the recipe. See Activate a Recipe or Accelerator.
  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 data. Provide the data in the POST request's Body field. See the following step for sample data.
  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, click Body and enter sample data.

      For example:

      {"accounting": [ { "firstName": "John1", "lastName": "Doe1", "age": 23 }  , { "firstName": "John2", "lastName": "Doe2", "age": 33 } ,  { "firstName": "John3", "lastName": "Doe3", "age": 44 } ,  { "firstName": "John4", "lastName": "Doe4", "age": 53 } ,  { "firstName": "John5", "lastName": "Doe5", "age": 63 }] }
    3. Click Run
      The Activity stream pane appears displaying the status of the integration instance's execution.
    4. In the Response section of the test page, you'll find a success status 200 OK, with the response returned.
  4. View the response in the Activity stream pane. Click View payload view-icon on the last item of the activity stream to view the response returned.