Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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