views:

526

answers:

1

I see Oracle has a comprehensive Integration Repository online (http://irep.oracle.com/).

Question is... how can one call these procedures? Do I have to do it through PL/SQL? Or do all these functions/procedures have corresponding web services exposed automatically?

A: 

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

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

Andrej
Thanks for the reply. From your response I gather that only some, not all, API functions are exposed as web services.Do you know if it is possible to call all the API functions/procedures using ODP.NET? (I'm worried about 'Concurrent Programs' and 'Open Interface Tables', not sure what they are).
willem
Concurrent manager (oracle's batch scheduler) has a plsql api, so you should be able to use it from odp.net.
Andrej