Hello, I am trying to get the XML from some OAS analysis, but some return this error instead of the result XML.
Does anyone knows what is happening in these cases or how should i debug the problem?
Thank for yout time.
<?xml version="1.0" encoding="UTF-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:sawsoap="urn://oracle.bi.webservices/v6">
<soap:Body>
<sawsoap:executeXMLQueryResult>
<sawsoap:return xsi:type="sawsoap:QueryResults">
<sawsoap:rowset xsi:type="xsd:string"><rowset xmlns="urn:schemas-microsoft-com:xml-analysis:rowset">Análise não concluída.</rowset></sawsoap:rowset>
<sawsoap:queryID xsi:type="xsd:string">RSXS2_1</sawsoap:queryID>
<sawsoap:finished xsi:type="xsd:boolean">false</sawsoap:finished>
</sawsoap:return>
</sawsoap:executeXMLQueryResult>
</soap:Body>
</soap:Envelope>