Does BI Publisher Web Service Support Encrypted Password?
(Doc ID 2050404.1)
Last updated on FEBRUARY 26, 2019
Applies to:
BI Publisher (formerly XML Publisher) - Version 11.1.1.7.0 to 11.1.1.7.x [Release 11.1]Information in this document applies to any platform.
Goal
Does the BI Publisher Web Service support encrypted password? Following <Note 1344535.1> Oracle BI Publisher Web Services APIs - Common Use Case Examples, the example provided shows that the password is not encrypted.
i.e
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/v11/PublicReportService" xmlns:pub1="http://xmlns.oracle.com/oxp/service/PublicReportService">
<soapenv:Header/>
<soapenv:Body>
<pub:getReportParameters>
<pub:reportRequest>
<pub:attributeLocale>en_US</pub:attributeLocale>
<pub:reportAbsolutePath>/~administrator/Samples/Sample.xdo</pub:reportAbsolutePath>
</pub:reportRequest>
<pub:userID><Admin User></pub:userID>
<pub:password><Admin Password></pub:password>
</pub:getReportParameters>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Header/>
<soapenv:Body>
<pub:getReportParameters>
<pub:reportRequest>
<pub:attributeLocale>en_US</pub:attributeLocale>
<pub:reportAbsolutePath>/~administrator/Samples/Sample.xdo</pub:reportAbsolutePath>
</pub:reportRequest>
<pub:userID><Admin User></pub:userID>
<pub:password><Admin Password></pub:password>
</pub:getReportParameters>
</soapenv:Body>
</soapenv:Envelope>
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 |
References |