Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

BI Publisher SOAP error: FailedAuthentication : The security token cannot be authenticated.

edited Jul 29, 2020 1:21PM in ERP Integrations 3 comments

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: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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!