tags:

views:

12

answers:

0

Hi everyone,

I am working on an application that will be written in c# which will sit between Siebel and Oracle BIP. As I understand it, users select the reports they want to generate on the Sielbel front end. Oracle's BI publisher does the job of actually formatting the report and sending it back to the Siebel front end.

Im trying to find information on how to intercept the calls made between Siebel and Oracle's BI publisher, as I need to modify that data that goes in between. The data is in xml format.

The angle I am looking at is setting Siebel's webservice to call the custom component instead of Oracle BIP and O.BIP's webservice to call the custom component rather than calling Siebel. How can this redirecting of the webservice call be done?

Is there a better method to achieve what I am trying to do? ...which is the modification of the data in between.

Im not a Siebel or BIP developer. I only know c#

Thanks for your time.