Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 194 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 68 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
SOAP request response param backend table in fusion

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
soapenv:Body
<scheduleReportResponse xmlns="http://xmlns.oracle.com/oxp/service/v2">
<scheduleReportReturn>43596</scheduleReportReturn>
</scheduleReportResponse>
</soapenv:Body>
</soapenv:Envelope>
This is the response from SOAP UI using
/xmlpserver/services/v2/ScheduleService?wsdl —> this wsdl…
Here which backend table stores <scheduleReportReturn>
Answers
-
Hi @Aditi Agrawal2650 ,
Those tables are hidden as part of an internal schema.
However if i understand correctly you are trying to schedule a report and want to maybe understand how to get the output from the webservice, then i recommend looking at this document :How To Schedule BI Publisher Report And Download Output Via Web Service? (Doc ID 2543601.1)
Regards,
Gaurav0