FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createAgreement

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Agreement  Agreement  1..1  See Agreement.
XML Example

The following XML fragment illustrates a createAgreement message:

<createAgreement>
     <Agreement>
          <Description>AS-TESTAGREEMENT-01</Description>
          <!--Optional:-->
          <Content>TEST CONTENT</Content>
     </Agreement>
</createAgreement>