Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 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