Skip to main content

Posts

Showing posts with the label EBS

Oracle ICS & Oracle SOA

Hello Everyone, I came up with few blog over Oracle ICS and after reading those blog, I reached on a point that Oracle ICS is nothing just oracle child version of Oracle SOA BPEL, where you design BPEL orchestration for different type of orchestration and adapter implementation. Oracle ICS is more brode in terms of adapter support as compare to oracle SOA, but it's light weight and have few limitation. Lets first discuss about few difference between oracle ICS and oracle SOA: What is oracle ICS and how it's differ from Oracle SOA: ICS is  equivalent  of Oracle Service Bus on Cloud with few functionalities added whereas  SOA/SOA CS is a full blown functionality of Service orchestration On permises integration support: Integration Cloud Service has two agents: Connectivity agent manages connectivity of on premise applications to ICS on Cloud. Execution Agent which can be downloaded and configured on premise which is an ICS instance on premise (few adap...

Oracle JCA Adapter for Microsoft Message Queueing

Hello, In Oracle SOA 12C, Oracle added few new adapters which can be used across with BPM/BPEL/OSB components. One of them is "Microsoft Message Queueing".  Microsoft Message Queuing is similar to weblogic JMS queues, difference is it's a Microsoft technologies. Microsoft Message Queuing provide most of the all functionalities and use case implementation which are provide by JMS queues. During the design of SOA applications it is inevitable that from time to time you will need to interface with Microsoft-based applications. While technologies like SOAP and REST do a great job when  request-reply  communication is needed, most people struggle when a  messaging-based  communication is required. This blog will present two approaches to get messaging working between Microsoft and  SOA Suite 12c . Before going to implementation part, let c what is it and why we should use it. What is MSMQ: Microsoft Message Queueing (MSMQ) is a message ...

Oracle Application Adapter (Oracle AS Adapter/EBS) in oracle soa 11g

Hi, This post is about Oracle Application Adapter (Oracle AS Adapter) available in BPEL.Oracle Applications is also informally known as Oracle E-Business Suite Adapter. We are not going in depth information about what is oracle ebs and what it does. Oracle Applications  is a set of integrated business applications that runs entirely on the Internet.It is a unified information architecture that consolidates data from Oracle and non-Oracle applications and enables a consistent definition of customers, suppliers, partners, and employees across the entire enterprise.  Oracle application Adapter for Oracle Applications provides comprehensive, bidirectional, multimodal, synchronous, and asynchronous connectivity to Oracle Applications. Theses Adapter supports for all modules of Oracle Applications in Release 12 and Release 11i. Advantages of Oracle Application Adapter are customer  can use there existing Oracle Application Infrastructure and expose Integration I...