Hi,
I managed to execute web service executeXMLQuery, but I do not know how to apply a filter expression.
Has anyone managed to execute executeXMLQuery web service with <v7:filterExpressions></v7:filterExpressions>
Can you please provide the syntax with an example?
Thanks,
Ark
<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>path/name</v7:reportPath>
</v7:report>
<v7:outputFormat>SAWRowsetSchemaAndData</v7:outputFormat>
<v7:executionOptions>
<v7:async>true</v7:async>
<v7:maxRowsPerPage>10</v7:maxRowsPerPage>
<v7:refresh>false</v7:refresh>
<v7:presentationInfo>false</v7:presentationInfo>
<v7:type>1</v7:type>
</v7:executionOptions>
<v7:filterExpressions>??????????</v7:filterExpressions>
<v7:sessionID>xxxxxxxxxxxxxxxxxxxxx</v7:sessionID>
</v7:executeXMLQuery>
</soapenv:Body>
</soapenv:Envelope>