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