Activate and Run the Recipe

After you've configured the connection, you can activate and run 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 Details.
    2. In the panel that opens, copy the Metadata URL. This is the integration's endpoint URL.
    3. From the external application such as SoapUI, load the WSDL hosted at the Metadata URL and send a request to the available operation along with the request message data.
    4. Provide the request message data with card number, balance, loan amount and credit rate.

      For example:

      CARD NUMBER: 5105 1051 0510 5100

      BALANCE: 151

      LOAN AMOUNT: 100

      CREDIT RATE: 4

    5. Authenticate your request.
      The integration flow of the recipe is triggered.
  3. Monitor the running of the integration flow in Oracle Integration. See Monitor Integrations
  4. Verify the result which should be the total balance of the credit cards.