Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Sample REST API url and payload to call BIP Report
Answers
- 
            use this soap payload to run report <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService"> 
 
 
 pub:runReport
 pub:reportRequest pdf</pub:attributeFormat> ----attributeFormat </pub:fileDataSource>
 pub:parameterNameValues
 pub:item</pub:item> 
 </pub:parameterNameValues>
 pub:reportAbsolutePath/~IT_16525/REQUISITION REPORT SID.xdo </pub:reportAbsolutePath> ----reportAbsolutePath
 -1</pub:sizeOfDataChunkDownload>
 </pub:reportRequest>
 </pub:runReport>
 </soap:Body>
 </soap:Envelope><!-- Add parameter values here --> 0
