Skip to content

Instantly share code, notes, and snippets.

@raj-arun
Created April 30, 2019 02:05
Show Gist options
  • Save raj-arun/9e7d7b8d62dfb9e4f543c094d76ca6e0 to your computer and use it in GitHub Desktop.
Save raj-arun/9e7d7b8d62dfb9e4f543c094d76ca6e0 to your computer and use it in GitHub Desktop.
SOAP Payload
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Body>
<v2:runReport>
<v2:reportRequest>
<v2:attributeLocale>en-US</v2:attributeLocale>
<v2:flattenXML>false</v2:flattenXML>
<v2:reportAbsolutePath>/Custom/Integrations/EPM/HCM/Report/Position Details Report.xdo</v2:reportAbsolutePath>
<v2:sizeOfDataChunkDownload>-1</v2:sizeOfDataChunkDownload>
</v2:reportRequest>
<v2:userID>araj</v2:userID>
<v2:password>welcome123</v2:password>
</v2:runReport>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment