Posts

Showing posts with the label Oracle Applications in Service Oriented Architecture

Interact with E-Business Suite in SOA

Image
Oracle Applications (OracleAS) Adapter for Oracle Applications provides real-time, comprehensive, bidirectional, multimodal, synchronous and asynchronous connectivity to Oracle Applications in Service Oriented Architecture. The benefit of using OracleAS is that it can use the existing Oracle Application Infrastructure and expose Integration Interface/ APIs as Web services to interact with SOA environment. Learn more about: Oracle EBS Implementation . The alternative approach to interact with EBS is DB Adapter, however the drawback of using DB Adapter to connect to Oracle EBS is that – one has to set the context manually using the fun_global.apps_initilize or Fnd_Client_Info.SET_ORG_CONTEXT. This is usually done in a wrapper procedure in OracleAS. Moreover, DB Adapter does not support the interface types like e-Commerce, xml gateway, business events for integrating with Oracle Applications. The OracleAS supports the following interface types for integrating with Oracle Applicatio...