FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getAgreementQueryResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
AgreementQueryResults  AgreementQueryResults  0..1  See AgreementQueryResults.
XML Example

The following XML fragment illustrates a successful getAgreementQueryResponse message:

<getAgreementQueryResponse>
     <AgreementQueryResults>
          <QueryResult xsi:nil="true"/>
          <ResponseData>
               <Agreement>
                    <Description>AS-TESTAGREEMENT-02</Description>
                    <Content>TEXT CONTENT</Content>
               </Agreement>
               <Agreement>
                    <Description>AS-TESTAGREEMENT-01</Description>
                    <Content>TEST CONTENT</Content>
               </Agreement>
               <Agreement>
                    <Description>AS-TESTAGREEMENT</Description>
                    <Content>TEST CONTENT</Content>
               </Agreement>
          </ResponseData>
     </AgreementQueryResults>
<getAgreementQueryResponse>