SOAP Request for Analysis
Content
Hi,
So we have a working SOAP request for a XDO
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService"><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?
Tagged:
2