Get Started with Redwood for Oracle Cloud HCM Begin Now
BI Publisher SOAP error: FailedAuthentication : The security token cannot be authenticated.
Summary
Problem trying to run RunReport operation.Content
Hi everyone,
I'm testing an HCM Cloud report call using the BI publisher web service:
https://[YourDomain]/xmlpserver/services/ExternalReportWSSService?WSDL
The request that I am passing is the following:
<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:runReport>
<pub:reportRequest>
<pub:parameterNameValues>
</pub:parameterNameValues>
<pub:reportAbsolutePath>/Custom/Integrations/HCM_TEST.xdo</pub:reportAbsolutePath>
<pub:sizeOfDataChunkDownload>-1</pub:sizeOfDataChunkDownload>
</pub:reportRequest>
</pub:runReport>
</soap:Body>
</soap:Envelope>
And when executing the request it returns the following:
Tagged:
0