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 | ||
Agreement | Agreement | 1..1 | See Agreement. |
OriginalDescription | string | 1..1 | Used to "Reidentify" an agreement from "OriginalDescription" value to new "Description" value. |
The following XML fragment illustrates an updateAgreement message:
<updateAgreement>
<Agreement>
<Description>AS-TESTAGREEMENT-02</Description>
<!--Optional:-->
<Content>TEXT CONTENT</Content>
</Agreement>
<OriginalDescription>AS-TESTAGREEMENT-01</OriginalDescription>
</updateAgreement>