Skip to Main Content

PeopleSoft Enterprise

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

set QAS Query Output as FILE

3699218Apr 27 2018 — edited Apr 28 2018

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2018
Added on Apr 27 2018
0 comments
196 views