1 / 50

RECOGNIZED.

SPECIALIZED. RECOGNIZED. PREFERRED. EBS SOA Integration Options. Mathew Varughese - LA Metro Abhay Kumar - AST Corporation Thursday, October 2, 2014. AST Corporation. Specialized. Recognized. Preferred. Los Angeles Metro.

elisa
Télécharger la présentation

RECOGNIZED.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SPECIALIZED. RECOGNIZED. PREFERRED. EBS SOA Integration Options Mathew Varughese - LA Metro Abhay Kumar - AST Corporation Thursday, October 2, 2014

  2. AST Corporation Specialized. Recognized. Preferred.

  3. Los Angeles Metro • Serves as transportation planner and coordinator, designer, builder and operator for one of the country’s largest, most populous counties • More than 9.6 million people – nearly one-third of California’s residents – live, work, and play within its 1,433-square-mile service area. • Vision • Safe, clean, reliable, on-time, courteous service dedicated to providing Los Angeles County with a world class transportation system • Mission • Metro is responsible for the continuous improvement of an efficient and effective transportation system for Los Angeles County

  4. Mathew Varughese • Live in Los Angeles with family • Work at LA County Metropolitan Transportation Authority • Employed for 21 years • Sr. Software Engineer • Previously worked for Boeing Corporation • System Safety Engineer • 26 Years IT and application development experience • 17 Years Oracle and Relational Database experience • 12 Years Oracle E-Business Suite and HCM experience • 5 Years SOA and Fusion Middleware experience • Passionate about the latest gadgets and newest technology

  5. Abhay Kumar • Works for Applications Software Technology Corporation in Naperville Illinois • 8+ Years of Experience in Oracle Middleware Technologies • Oracle IDM and SOA Certified Professional • Has worked for Multiple Clients such as: • Los Angeles Metropolitan Authority, LA • Tri Metropolitan Transit Authority , Oregon • Greater Orlando Airport Authority, Florida

  6. Agenda • SOA Suite • Why use SOA Suite • Integration Through Native Interface • EBS-SOA File Integration • EBS-SOA Database Integration • SOA Based Integration Options • EBS Application Adapter • EBS-SOA Integration Gateway

  7. Oracle Fusion Middleware • Complete and Integrated • Best-in-class • Open standards • On-premise and Cloud • Foundation for Oracle Fusion Applications and Oracle Cloud Web Social Mobile User Engagement Business Process Management Content Management Business Intelligence Service Integration Data Integration Identity Management Development Tools Cloud Application Foundation Enterprise Management

  8. Oracle SOA Suite – Simplifying Integrations Analytics Business Activity Monitoring Event Processing Orchestration BPEL Process Manager Business Rules Service Virtualization & Mediation Service Bus Connectivity Cloud On-premise Business to Business Platform Apps Services Industry Mainframe DB EDI XML Apps EnterpriseManager EnterpriseRepository Service Registry Enterprise Gateway Management & Security

  9. Capabilities of SOA Suite

  10. EBS-SOA Integration Why ? • It facilities to assemble and orchestrate discrete services into meaningful business processes. • SOA Suite can be used with the Oracle Financials to integrate Web services with all of the Oracle R12 EBS modules via the use of custom interfaces. • Human Workflow Integration with Ebusiness • Process Orchestration • Monitor all your transaction through real time dashboards. • Integrate your EBS with multiple technologies like portal, .NET, BPEL, CRM, Legacy etc.

  11. Benefits – Oracle SOA Suite Integrations Faster time to market through a unified solution for design and management across hybrid cloud/on-premise deployments Improved agility by transforming complex application integration into reusable shared service-based connectivity Foundation for Fusion, Cloud & Mobile to enable hybrid cloud/on-premise deployment flexibility and rapid reuse into new channels

  12. EBS-SOA IntegrationUsing File Adapter

  13. EBS-SOA Integration Using File Adapter • SOA Suite reads/write a file from a location using file adapter or ftp adapter. • The file can be a plain text file or a xml file. • For reading plain files use the native opaque schema in SOA Suite, for xml file use the xsd schema. • Process the file in SOA Suite and take appropriate actions • Use the concurrent program or util package to create a file on unix server. • Use SQL loader to read a file from SOA Suite. • Define what module or how EBS will write a file to a location. Or can it poll and read from a file location

  14. File Adapter Use Cases • Sending ACH payments to BOFA. • Sending CHQ payments to third party. • Files are read in XML format and the data is formatted in SOA suite and sent to BOFA and Third Party systems. • Data comes from Veramark system, invoices and data is loaded into AP interface table.

  15. Settings for File/FTP Adapter • Create the File/FTP Adapters in JDeveloper. • Use Native format builder for Text Files. • Option to use Native format translation where transformation is not required.

  16. EBS-SOA IntegrationUsing Database Adapter

  17. Integration Using Database Adapter • SOA Suite reads/polls a EBS database or a staging database. • EBS writes the changes to a database. • SOA Suite uses database adapter for reading/ polling/writing to a database. • The records are read in SOA Suite and data ca be processed in any system like BPEL,OSB. • In EBS use dblinks and stored procedures to read data or write data.

  18. Database Adapter Use Cases • M3 inventory system contains requisitions, POs data. • These data are read in SOA Suite formatted and converted to a canonical data type and loaded in a staging table. • EBS reads data from staging table and loads it into its PO interface table

  19. Integration UsingOracle Application Adapter

  20. Oracle Application Adapter- Overview • Oracle Applications enables us to orchestrate discrete data into a meaningful business process. • Creates Web services for various interface types within Oracle E-Business Suite. • It plays the role of service provider for Oracle E-Business Suite. • Allow seamless integration between business partners, processes, applications, and end users in heterogeneous environment. • Adapter for Oracle Applications is based on JCA 1.5 standards. • It is deployed as a resource adapter within the Oracle WebLogic Server container.

  21. EBS Adapter to SOA Mapping • EBS Integration Repository acts a Service broker which describes the location of the services. • EBS adapter acts as Service provider. It implements the service definition which is consumed by the service client.

  22. EBS Adapter Solution Overview

  23. Integration Repository • Integration Repository is the collection of all pubic integrated . • It provides a complete catalog of Oracle E-Business Suite's Business Service interfaces.

  24. EBS Adapter Configuration Step #1 • SOA Suite requires a connection at Design time to EBS. • Create a Connection to EBS from Oracle JDeveloper • Provide the details and test the connection. • Create a new SOA project in JDeveloper.

  25. Configuration Step #2 • Create empty project with a composite. • Drag and drop a Oracle Application Adapter from the pane onto the composite.

  26. Configuration Step #3 • EBS Adapter Wizard Configuration Opens up. • Give a name and browse to the database connection created in Step 1.

  27. Configuration Step #4 • Connect to live APPS Database for Integration Content. • Opens the Application Browser Module for the services.

  28. Configuration Step #5 • Search and browse for the integration interface from the application module browser. • A wrapper package is created in JDeveloper. • The inbound interfaces are created as external references and outbound interfaces are created as exposed services.

  29. Configuration Step #6 • EBS Adapter Service Created. • The required artifacts xml schemas, jca files etc. are also created in the project.

  30. Configuration Step #7 • Create a BPEL Process and use invoke nodes to call the EBS adapter. • You can call multiple adapters and create a global transaction. • Add monitors to publish report to BAM reports for real time reporting. BPELProcessComposite.xml

  31. Monitor Adapter from EM console • Monitor the statistics from Enterprise Manager console for the EBS Adapter. • Set properties for the adapter • View Faults and attach policies.

  32. Adapter Life Cycle Lifecycle of EBS Suite Adapter. • Develop in JDeveloper • Adapter Framework to Integrate • Use the component in SOA products like BAM,BPEL-OSB • Manage/Monitor the adapter from Enterprise Manager

  33. Adapter Summary • Multiple Oracle EBS versions supported • Leverages Integration Repository • Supports all Integration Interface types PL/SQL APIs, Business Events, Open Interface Tables. • It generates adapter metadata as WSDL files with JCA extension. • Secured and Trusted Connection using just the FND User name and password for authentication. • Customization Support • Uses a JDeveloper based design-time tool for dynamically browsing the Oracle Applications interfaces and configuring the adapter metadata. • Transaction Support by using the two phase commit.

  34. Integrated SOA Gateway

  35. Integrated SOA Gateway Architecture • Service Provider- Exposes the services a web services. • Service Invocation Framework- Acts a service consumer. • Integration Repository. • SOA Monitoring capability

  36. Integration Repository • Search and browse interface, Standardized Documentation, seeded + custom interface

  37. Service Provider - Generate Service • Search and browse interface. Click on Generate WSDL.

  38. Service Provider - Deploy Service • Enable the new service by clicking on the deploy button.

  39. Service Provider - Grant Service • Grant the service to a particular user on the webservice.

  40. Service Provider - View WSDL • View the WSDL by clicking on the link and copy the WSDL endpoint which will be used in JDeveloper.

  41. Create Webservice Adapter in JDEV • Drag a web service adapter onto the external references pane in JDeveloper. • Specify the WSDL url in the webservice adapter.

  42. Use the Webservice Adapters in BPEL Process • Orchestrate the webservice adapters in BPEL. • Runtime use invoke nodes to call Webservice Adapters.

  43. Service Provider – Summary and Features • It exposes the interfaces as Web-Services. • EBS has a simple UI based action to generate and deploy the Webservice. • Supports both synchronous and asynchronous services. • Supports security by means of Username Token and SAML. • Use the Webservice to create Web Service Adapters in JDeveloper. • For Orchestration use BPEL Process.

  44. Service Invocation Framework • To invoke all webservices Integrated SOA Gateway uses service invocation framework (SIF). • EBS interacts with Web services through WSDL instead of working directly with SOAP APIs.

  45. Service Invocation from PLS/SQL • Application raises a business event using PL/SQL API WF_EVENT.Raise. • Oracle Workflow Business Event System (BES) identifies that the event has a subscription with Java Rule Function oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription. • The Business Event System enqueues the event message to WF_JAVA_DEFERRED queue. • If callback event and agent parameters are mentioned, the Web service response is communicated back.

  46. Service Invocation from JAVA • Java Application raises a business event using Java method oracle.apps.fnd.wf.bes.BusinessEvent.raise either from OA Framework page controller • Since the event is raised in Java where the subscription's seeded Java Rule Function oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription is accessible. • If the invoker subscription is created with Phase >= 100, the event is enqueued to WF_JAVA_DEFERRED queue. • If the invoker subscription is created with Phase < 100, the event is dispatched inline. • If the event is raised from OA Framework page, the dispatch logic executes (that uses WSIF to invoke the Web service) within OACORE OC4J container.

  47. Service Invocation Framework - Features • Supports Synchronous MEP • Request – Response & One-way/Notification Only • Ability to perform XSLT based transformation • Outbound & Inbound messages • Supports WS – Security • Username Token-based Web Service authentication. • Supports passing values for any SOAP header part • To embed application context into SOAP envelopes

  48. Integration Options in Different Releases

  49. Application Adapter vs. Integrated SOA Gateway

  50. Question & Answer

More Related