Showing posts with label Integrations. Show all posts
Showing posts with label Integrations. Show all posts

Wednesday, February 17, 2016

Integration using Oracle ICS - Source ( Webservice ) to Target (Webservice) Part 2

This post is in continuation with previous post, you can find part 1 at

http://osb-dheeraj.blogspot.in/2016/02/integration-using-oracle-ics-source.html

Lets continue with steps :


Create Integration using Source and Target Connection, Create Mapping:


Navigate to Integrations Screen and Click on 'Create New Integration'
A Screen similar to below will be seen



Step 1 :
Select 'Map My Data'. Screen shown Below will appear. Provide Name of the Integration and Click Create.




Step 2 :
Now Drag and Drop connections from Right Side Pane to Source .A screen as below will be shown. Provide Name of your Source, Then Click Next



Step 3 :
Select Operation from Available Operations. Then Click Next. As Shown below



Step 4 :
Verify the Summary, and Click Done



Step : 5
A Screen as shown below will appear.



Step 6:
Repeat Step 2 to Step 4 for Target connection. A Screen as below will appear



Step 7:
Now Click on 'Create Map' A + button will appear. Click on it, as shown below



Step 8:
You will be naviagated to Mapper Screen. Create a Source to target Mapping by Drag and Drop.
As Shown below





Step 9 :
Click on Save, and Exit Mapper. Shown below




Step 10:
Repeat Step 8 and Step 9 for Response Mapping.
A screen as below will be shown



Step 11:
Now Click on Tracking to add any field for Audit and tracking purpose. Then click on Done.
Shown below



Step 12 :
Now Click on save and Exit Integration Editor.



Step 13:
Now Click on Activate to deploy your integration.



Step 14:
Select tracing checkbox to Enable Deep data tracing.



This is all, We have successfully created and Deployed our integration using Oracle ICS.




More Learnings on ICS


1. Oracle Integration Cloud Service (ICS)

http://osb-dheeraj.blogspot.in/2016/02/oracle-integration-cloud-service-ics.html

http://osb-dheeraj.blogspot.in/2016/02/oracle-integration-cloud-service-ics_10.html


http://osb-dheeraj.blogspot.in/2016/02/invoke-web-service-hosted-at-oracle.html



Saturday, February 06, 2016

Oracle Integration Cloud Service (ICS)

1          Introduction

Oracle Integration Cloud Service (ICS) is a simple and powerful integration platform in the cloud to maximize the value of organizations investments in SaaS and on-premises applications. Oracle Integration Cloud Service is Oracle's integration platform as a service (iPaas) and includes an intuitive web based integration designer for point and click integration between applications, a rich monitoring dashboard that provides real-time insight into the transactions, all of it running on a mature runtime platform on Oracle Cloud.
Oracle Integration Cloud Service simplifies development of integrations between your applications in the cloud and between applications in the cloud and on premises, all without needing to write code or install and manage infrastructure or middleware.

2        Features

With Oracle Integration Cloud Service:
 • Connect securely to applications and services in the cloud and on premises
• Point and click to create integrations between your applications with a powerful browser-based visual designer—it even runs on tablet
• Select from a growing list of integrations built by Oracle and Oracle partners
• Monitor and manage your integrations
• Manage errors

3        Development Lifecycle

With Oracle Integration Cloud Service quickly develop and activate integrations between the applications. Major steps are:
• Configure Adapters - The first step in integration design is to identify the applications which needs to integrate, and then configure the connection details.
• Design Integrations - After adapters are in place, create integrations by dragging and dropping those adapters into the designer. Designer is similar to MFT 12c and Jdeveloper SOA Designer.
• Map Data – After Design, Use the graphical Mapper (Similar to XSLT mapper) in Oracle Integration Cloud Service to map data between applications. After mapping, integration is ready to activate. This also supports Lookups similar to x-ref.
• Monitor Runtime – Oracle Integration Cloud Service has Dashboard to view stats that gives details of integrations running. This can be used to pinpoint bottlenecks, monitor errors, and see details for each running integration.

4       Common Design Examples

Oracle Integration Cloud Service caters to various key integration use-cases spanning across SaaS and on-premise applications.
Some of the common Examples, which can be addressed using Oracle Integration Cloud Service:
• Oracle Marketing Cloud sends a notification that a lead has become an opportunity for Oracle Sales Cloud.
• Oracle Sales Cloud publishes a customer-created event, and Oracle Service Cloud and Oracle Marketing Cloud subscribe to these events.

5        How to Get Start


Getting started with the Oracle Integration Cloud Service, can be broadly divided into three steps:




• Subscribe – To get start with Oracle Integration Cloud Service, Subscription of the service is required. There are various options available for the subscription.

• Learn – There are various documentation available at Oracle website at location

• Do – Features available with the this steps
•         Start Integration Cloud Service
•         Create connections
•         Create integrations
•         Map data
•         Create lookups
•         Monitor integrations





For More Integrations and Design patterns Please refer to My Other posts. ICS webservice integration post at 

1. Integration using Oracle ICS - Source ( Webservice ) to Target (Webservice)

http://osb-dheeraj.blogspot.in/2016/02/integration-using-oracle-ics-source.html

2. Oracle Integration Cloud Service (ICS) - Monitoring and Tracking Messages & Errors

http://osb-dheeraj.blogspot.in/2016/02/oracle-integration-cloud-service-ics_10.html


3. Invoke Web service hosted at Oracle Integration Cloud Service (ICS) using SOAPUI

http://osb-dheeraj.blogspot.in/2016/02/invoke-web-service-hosted-at-oracle.html


Integration using Oracle ICS - Source ( Webservice ) to Target (Webservice)

Lets Start with Oracle ICS

The High Level Steps are :
1. Create Target Connection
2. Create Source Connection
3. Create Integration using Source and Target Connection, Create Mapping.
4. Activate your Integration.

Login to Your ICS account at using your ICS credentials

https://ics-ur-comapany-name.integration.us2.oraclecloud.com/ics/faces/global

Once you have successfully Logged In, Below screen will be shown



Create a Target Connection :


Step 1 :
Click on "Create Connections", You will see next Screen as Below 



Step 2 :
Now Click on 'Create New Connection' at Right Hand Side of Page, This will take you to Connection creation Wizard.



Step 3 :
Select SOAP, since we are creating a connection to Target Service which is a SOAP Web service 

Step 4 :
Provide name of this Connection, then click on Create button



Step 5 :
A screen like below will be visible. 



Step 6 :
Now Click on 'Configure Connectivity'. 



Step 7 :
New screen will ask you for WSDL file. Either upload a WSDL file from your Local machine or Provide a WSDL URL available on web.Then Click OK.


Step 8 :
Now Click on 'Configure Credentials' If you Target service is Secured then Provide Credentials. For this Demo, Target Service is not Secured hence I will choose 'No Security Policy' Then Click on OK.



Step 9 :
Now click on Save .



Step 10 :
Now Click on Test button, to test your target connection. If you have provided all details correctly. You will see a screen as below :



Step 11 :
Now Save all changes, and exit from connection. Your connection to Target is created.
Target Connection Name for this Demo is Demo_Airport_001.
A Screen Similar to below will be shown.


Create a Source Connection :


Now follow Same Step1 to Step 10, to Create a Connection for Source. 
Only with a change at Step 4 - Give Different Name 
E.g Demo_Airport_001_ Source

A screen similar to below should be seen.





Continue reading the Steps of this Post in Part 2 at below location

Integration using Oracle ICS - Source ( Webservice ) to Target (Webservice) Part 2

http://osb-dheeraj.blogspot.in/2016/02/integration-using-oracle-ics-source_17.html