This is the first in a series of posts addressing current SOA Suite customers interested in leveraging Oracle Integration Cloud.
We currently have many SOA Suite customers adopting OIC. This adoption can take different forms -
1. "Migrating" existing SOA composites to OIC -
Here we are essentially talking about re-implementing the existing SOA Suite composites in OIC. I have many customers doing this and doing it very well. One of them had ca. 200 integrations to implement in OIC. This work was done by a team of 2 developers over a period of 6 months - that is from initial development to production.
2. Lift and Shift SOA Suite on-premise to SOA on OCI - Net new integrations implemented on OIC -
Think of the following scenario - customer is doing a lift and shift of E-Business Suite on-premise to Oracle Cloud Infrastructure (OCI). SOA Suite is heavily used so it makes sense to lift and shift this component as well. Customer then adopts a cloud based CRM and now has net new integration requirements in respect of, for example, opportunity to order between CRM and EBS.
3. Co-existence - Net new OIC integrations invoking SOA Suite processes via the OIC SOA Suite adapter and SOA Suite composites invoking OIC integrations.
This post, is, hopefully, the first of many on this theme. I begin with the simple BPEL process shown above and go deeper as we go along. The process is very simple - allowing me to insert an Order in the Database, via a SOAP interface.
The processing is essentially just an assign of the input values to the DB invoke parameters -
Before implementing this Synchronous Request/Response flow in OIC - let's look at some of the artefacts we can reuse -
For example, the service wsdl - ProcessOrder.wsdl - and it's xsds.
I zip up the wsdl and the xsds it references - note the reference to the xsd in the wsdl - it expects to find the xsd in the /Schemas folder. Now one could recreate this folder structure or else just amend the reference -
to
I then copy the referenced xsds into the same folder as the wsdl and then zip -
I now go to OIC and create the 2 connections I require, SOAP and Oracle Database.
I now need to upload my zipped wsdl -
Test and Save -
I now create the DB connection -
No comments:
Post a Comment