Problem in BI Publisher 11g Web Service scheduleService v2
Hello,
I'm facing a problem when trying to schedule a Report using V2/ScheduleService Web Service in BI Publisher 11g Release 1 (11.1.1.3.0).
I've looked into the API documentation (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17789/toc.htm) with no luck.
I'm using soapUI 3.6.1 as a client and I've also enabled BIP logging (xdo.log) to check all BIP activity.
The SOAP message I'm using to schedule the report is this one:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:scheduleReport>
<v2:scheduleRequest>
<v2:bookBindingOutputOption>true</v2:bookBindingOutputOption>
I'm facing a problem when trying to schedule a Report using V2/ScheduleService Web Service in BI Publisher 11g Release 1 (11.1.1.3.0).
I've looked into the API documentation (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17789/toc.htm) with no luck.
I'm using soapUI 3.6.1 as a client and I've also enabled BIP logging (xdo.log) to check all BIP activity.
The SOAP message I'm using to schedule the report is this one:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:scheduleReport>
<v2:scheduleRequest>
<v2:bookBindingOutputOption>true</v2:bookBindingOutputOption>
0