100% found this document useful (1 vote)
161 views

Integrated SOA Gateway

This document discusses different methods for integrating Oracle applications with external systems using web services. It describes using standard APIs, custom APIs, and consuming external web services via PL/SQL. It also covers pulling and pushing data between applications using web services, with application A publishing and application B consuming in a pull method, and application B publishing for application A to consume in a push method. Responsibility for the integration is handled by an Integrated SOA Gateway.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
161 views

Integrated SOA Gateway

This document discusses different methods for integrating Oracle applications with external systems using web services. It describes using standard APIs, custom APIs, and consuming external web services via PL/SQL. It also covers pulling and pushing data between applications using web services, with application A publishing and application B consuming in a pull method, and application B publishing for application A to consume in a push method. Responsibility for the integration is handled by an Integrated SOA Gateway.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Web Service Integration :

Integration Methodology: A ) Standard API via Integrated SOA Gateway for getting data from External System into Oracle Applications. B) Custom API registered through Integrated SOA Gateway to accommodate ad hoc requirements for integrating Oracle application with external systems. C) Consuming Web Services from External Systems via PLSQL to send data to the external System.

Data Movement : Pull Method and Push Method Pull Method : Application A will publish the Web Service and Data from Application A will be available to Application B via Web Service and Application B will consume the Web Services to Pull the Data. Push Method : Application B will publish the Web Service and Application A will Consume the Web Service to Push the Data available in Application A to Application B.

Responsibility: Integrated SOA Gateway

Search Option:

STANDARD API PA_PROJECT_PUB has methods for a. Creating/Updating Projects in Oracle Applications from External System b. Creating /Updating Tasks and Activities in Oracle Applications from External System.

Custom Packages : Enter the Internal Name give to the Package in the Search Option:

Web Service Method is Deployed and WSDL link is generated and the required grants are given:

http://dugtntapp01.depa.ae:8000/webservices/SOAProvider/plsql/xxar_customer_all_ws_pkg/?wsdl

http://dugtntapp01.depa.ae:8000/webservices/SOAProvider/plsql/xxdepa_project_tasks_pkg/?wsdl

http://dugtntapp01.depa.ae:8000/webservices/SOAProvider/plsql/xxap_supplier_ws_pkg/?wsdl

You might also like