In the Email
field, enter an email address to receive email notifications when problems or
changes occur in this connection. Note that a
security policy of Basic
Authentication is automatically selected. No
additional configuration is required.
In the upper right corner, click Test.
The message Connection Hello
World was tested successfully is displayed.
Click Save, then
click Close.
Create
the Integration
Integrations are the main ingredient of Oracle
Integration Cloud. When you create your integration,
you build on the connections you already created by defining how
to process the data for the connections.
In the navigation pane on the left, click Integrations.
Click the Got it!
button to dismiss any text overlays that are displayed.
In the upper right corner, click Create.
Select Orchestration
as the pattern to use. The Create New Integration dialog is
displayed.
On the Request Parameters page, accept all defaults, and
click Next.
On the Response page, select JSON
Sample in the Select
the response payload file section.
Click <<<inline>>>,
and enter the following message in the JSON sample
field. { "Message":"message", "Welcome":"Welcome to ICS! You
have now designed your first integration!"}
Select the message element
in the Source tree
and click the >
sign. The syntax
/nssrcmpr:execute/nssrcmpr:TemplateParameters/nsmprnumber:message
is displayed in the Expression
field.
Click the Refresh icon
to the right of Expression
Summary. The message element is
displayed.
Click the Map to
helloWorld icon, then click the Edit
icon. The mapper is displayed. The mapper enables you to map
the source data structure to the target data structure.
Wait for the icon to turn green, indicating that the
integration is activated. The following message is displayed
in the green banner at the top of the page: Integration MyFirstIntegration (1.0)
was activated successfully.
Click the icon immediately to the right of the Activate
icon to display a popup message.
Click the endpoint URL in the message to access the Endpoint
Description page.
Copy the endpoint URL that is displayed to a browser and
replace {Message}with your message (Invoking my first integration.).
https://hostname:port/ic/api/integration/v1/flows/rest/MYFIRSTINTEGRATION/1.0/Invoking my first integration.
View the following response in your browser:
{
"Message" : "Invoking my first integration.",
"Welcome" : "\"Welcome to ICS!!! Echo was successful.\""
}
Monitor
the Integration
You can monitor the results of your invoked integration.
In the navigation pane, click the icon, then click Integrations.
Click the <
arrow to the left of DESIGNER.
Click Monitoring.
Click Dashboards to
show overall system status, including the percentage of
successful messages, total number of messages, total number of
successful messages, and total number of failed messages. You
can also view the activity stream and download diagnostic logs
and incident reports.
ClickActivity
Stream to view details about the integration
invocation.