Concatenate Messages

Use this recipe to create and invoke a JavaScript callout activity to concatenate messages. This recipe uses the REST Adapter in an orchestrated integration.

Note:

This recipe is available as Oracle Integration — REST | Concatenate Messages in the Integration Store. Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.

Description

This recipe demonstrates how to use a simple callout activity with a REST Adapter in an orchestrated integration. The REST Adapter is triggered when you specify a URL with two string query parameters. The JavaScript Callout function then concatenates these parameters and returns a string message as a response.

A logging message is created and logged to the activity stream for viewing.

You can also track the integration and monitor message status.

System Requirements

  • Oracle Integration

Related Documentation