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.
Data from analysis to be returned as CSV when issuing a SOAP request
Content
Hi,
I have a SOAP request in PHP as follows:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v7="urn://oracle.bi.webservices/v7"><soapenv:Header/><soapenv:Body><v7:executeXMLQuery><v7:report><v7:reportPath>/shared/Custom/Digital/MyResources/HCM_DATA</v7:reportPath><v7:reportXml></v7:reportXml></v7:report><v7:outputFormat>String CSV</v7:outputFormat><v7:executionOptions><v7:async></v7:async><v7:maxRowsPerPage></v7:maxRowsPerPage><v7:refresh></v7:refresh><v7:presentationInfo></v7:presentationInfo><v7:type></v7:type></v7:executionOptions><v7:sessionID>'.$sessionID.'</v7:sessionID></v7:executeXMLQuery></soapenv:Body></soapenv:Envelope>
This delivers a XML file - I was wondering whether it was possible to get a CSV file instead?
Tagged:
1