SOAP Request for Analysis — Cloud Customer Connect
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

SOAP Request for Analysis

edited Oct 18, 2019 2:17PM in Reporting and Analytics for HCM 6 comments

Content

Hi,

So we have a working SOAP request for a XDO

<soapenv:Header/>
<soapenv:Body>
<pub:runReport>
<pub:reportRequest>
<pub:parameterNameValues>
<pub:listOfParamNameValues>
<pub:item>
<pub:name>suffix</pub:name>
<pub:values>
<pub:item>123456</pub:item>
</pub:values>
</pub:item>
</pub:listOfParamNameValues>
</pub:parameterNameValues>
<pub:reportAbsolutePath>/Custom/Digital/GETSOMEDATA_REPORT.xdo</pub:reportAbsolutePath>
</pub:reportRequest>
<pub:userID>USER_HERE</pub:userID>
<pub:password>PASSWORD_HERE</pub:password>
</pub:runReport>
</soapenv:Body>
</soapenv:Envelope>';
This works as mentioned - however - how would I get the results from an analysis? What would the absolute path be?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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