After ScheduleService Method download outfile
Hi everyone,
I successfully submit report job with scheduleReport method. After job Success, report has an output file.
Outfile has values I check this from getDocumentData method.
Then I use downloadDocumentData method, here is the request and response ,
request :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:downloadDocumentData>
<v2:jobOutputID>1137</v2:jobOutputID>
<v2:userID>xxxxxxx</v2:userID>
<v2:password>xxxxxxx</v2:password>
</v2:downloadDocumentData>
</soapenv:Body>
</soapenv:Envelope>
response :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema