Posts

Showing posts with the label Integration

Oracle Integration Cloud Services ICS - Integration Emerging Common Patterns

Image
Below diagram shows different Oracle products and their integration between them: Oracle Cloud Suites (Integration Cloud Services - ICS) Grouping of related Fusion applications/components Each cloud offering is now decoupled from other clouds—so, ICS is invoked by cloud solution event framework The customer configures ICS to respond to Create, Read, Update, Delete (CRUD)-based services – interface data model mapping is kept easy through a recommendation engine populated with standard Oracle provided mappings

Unable to find suitable outbound binding Outbound BPEL Process deployment Issue in SOA

Solution:-   In Jdeveloper open the source tab of BEPL process, search binding.jca entry in the composite.xml and remove the "ns1:" qualification on the operation and redeploying. For example: From: <binding.jca config="BAPI_COMPANYCODE_GETDETAIL_invoke_3P.jca" operation="ns1:BAPI_COMPANYCODE_GETDETAIL"/> To: <binding.jca config="BAPI_COMPANYCODE_GETDETAIL_invoke_3P.jca" operation="BAPI_COMPANYCODE_GETDETAIL"/> For further detail see my OTN forum post:- https://forums.oracle.com/thread/2546166

Oracle Application Adatper 11.1.1.4.0 connectivity issue with Siebel 8.1.1.5

Solution:-  Change the Object Manager name to 'SCCObjMgr_enu' in Advanced tab in Oracle Application Explorer. Further details see my OTN forum post:- My Post on OTN Forum