Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
BI Publisher webservice error
Webservice in BIPublisher 12c
Another system accessing BI Publisher 12c through webservice and below error message is received. Accessed report is in Guest folder and dont know why it is throwing privilege error. Or should we set up privilege for webservices explicitly?
Error Message
<faultstring>oracle.xdo.webservice.exception.AccessDeniedException: PublicReportService Authorization Failure: due to [Guest] only has Guest Priviledge</faultstring>
SOAP Message
URL="http://10.11.190.120:9500/xmlpserver/services/PublicReportService?"
TRADE-(217779159)-p_payload: <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Header/>
<soapenv:Body>
<pub:runReport soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<reportRequest xsi:type="pub:ReportRequest">
<attributeFormat xsi:type="xsd:string">pdf</attributeFormat>
<attributeLocale xsi:type="xsd:string">en-US</attributeLocale>
<attributeTemplate xsi:type="xsd:string"></attributeTemplate>
<parameterNameValues xsi:type="pub:ArrayOfParamNameValue" soapenc:arrayType="pub:ParamNameValue[]">
<item>
<multiValuesAllowed xsi:type="xsd:boolean">false</multiValuesAllowed>
<name xsi:type="xsd:string">p_ins_id</name>
<values>
<item>2225878</item>
</values>
</item>