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>