Activate and Run the Recipe

After you've configured the connections and other resources, 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 Run details panel that opens, copy the Metadata URL value. This is the integration flow'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.
  3. Monitor the running of the integration flow in Oracle Integration. See Monitor Integrations.
  4. Verify the results returned for the four integration flows of the recipe.
    • SOAP Library Calculator Switch: check if an arithmetic operation has been performed on the input data.
    • SOAP Library Division Calculator: check if a division operation has been performed on the input data.
    • SOAP Library Global FaultHandler: check if a division operation has been performed on the input data and a global fault handler is used to catch and handle errors.
    • SOAP Library Div Inscope FaultHandler: check if a division operation has been performed on the input data, and an in-scope fault handler is used to catch and handle errors.