Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations 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>