FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
AgreementQueryResults | AgreementQueryResults | 0..1 | See AgreementQueryResults. |
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>