BIP Webservice can not runReport on Multiple template in same Report.
Dear Communities,
I have 1 report to call via http://host:9704/xmlpserver/services/v2/ReportService?wsdl
This URL /Report/FX%20PnL.xdo have 3 templates inside.
when I call it will generate only the Default one.
but I want to generate all 3 template to 3 output files.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:runReport>
<v2:reportRequest>
<v2:attributeFormat>%%OUTPUT_FORMAT.</v2:attributeFormat>
<v2:reportAbsolutePath>/Report/FX%20PnL.xdo</v2:reportAbsolutePath>
<v2:reportOutputPath>/BIP_reports/%%OUTPUT_FILE.</v2:reportOutputPath>
</v2:reportRequest>
<v2:userID>%%USER_ID.</v2:userID>