Hi, for some reason when i set the OutResultFormat element in my QAS SOAP call to FILE i get an error back that only the NonFile value is valid: Invalid OutResultFormat. Valid value(s) are 'NonFile'. (228,127). Can someone tell what i'm missing? Thanks, -Avi
here is the body:
<soapenv:Body>
<QAS_EXEQRY_SYNCPOLL_REQ_MSG>
<QAS_EXEQRY_SYNCPOLL_REQ>
<QueryName>MY_QUERY</QueryName>
<isConnectedQuery>N</isConnectedQuery>
<OwnerType>PUBLIC</OwnerType>
<BlockSizeKB>0</BlockSizeKB>
<MaxRow>0</MaxRow>
<OutResultType>XMLP</OutResultType>
<OutResultFormat>FILE</OutResultFormat>
</QAS_EXEQRY_SYNCPOLL_REQ>
</QAS_EXEQRY_SYNCPOLL_REQ_MSG>
</soapenv:Body>