Does the Oracle API call a web service API? (i.e. WS- * SOAP Web Services?)

I see that Oracle has a comprehensive online integration repository ( http://irep.oracle.com/ ).

The question is ... how can you call these procedures? Do I need to do this through PL / SQL? Or are all these functions / procedures automatically mapped to their respective web services?

+1


source to share


1 answer


Oracle is making a big time on SOA with tools and infrastructure support for BPEL, WebServices and ESB. Some parts of Oracle EBS already have web api, others will surely follow in the future.



Here is some documentation on how to integrate peopleoft crm with oracle ebs: http://www.oracle.com/technology/pub/articles/bpel_cookbook/pravin.html

0


source







All Articles