sample for deliveryService method (/xmlpserver/services/v2/ScheduleService)
Product: Oracle BI Publisher
Hi,
I am trying to use deliveryService method (/xmlpserver/services/v2/ScheduleService) to send a BIP reports output (already generated and don't want to re-run it) to different delivery channels. I followed the Oracle documentation and passed the tmp file (response of downloadDocumentData) name to the following method but it failed and could not figure out what am I doing wrong. Can someone please help?
Sample
------
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:deliveryService>
<v2:deliveryRequest>
<v2:contentType>text/xml; charset=UTF-8</v2:contentType>