When trying to call PublicReportService webservice 401 Unauthorized error is thrown
(Doc ID 2242244.1)
Last updated on NOVEMBER 15, 2023
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.1.11.1.0 and laterInformation in this document applies to any platform.
Goal
When trying to call PublicReportService webservice with sample payload to get BI Catalog folder contents:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
<soap:Header/>
<soap:Body>
<pub:getFolderContents>
<pub:folderAbsolutePath>/Custom</pub:folderAbsolutePath>
</pub:getFolderContents>
</soap:Body>
</soap:Envelope>
401 Unauthorized error is thrown
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |