FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:renewLicenseRequest

Description

A renewLicenseRequest message contains an element of renewEntitlementRequestType.

Derived By

Type renewEntitlementRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
entitlementData  renewEntitlementDataType  0..*  Required. A renewEntitlementRequest contains an array of entitlementData elements. See renewEntitlementDataType.
Referenced By
Name  Type 
renewLicense  Method 
XML Example

The following XML fragment illustrates a renewLicenseRequest message:

<renewLicenseRequest>
   <entitlementData>
      <parentEntitlementIdentifier>
         <primaryKeys>
            <entitlementId>Ent-renew</entitlementId>
         </primaryKeys>        
      </parentEntitlementIdentifier>
      <renewLineItemData>
         <parentLineItemIdentifier>
            <primaryKeys>
               <activationId>Ent-renew-1</activationId>
            </primaryKeys>
         </parentLineItemIdentifier>
         <renewParameters>
            <activationId>
               <id>Ent-renew-1RENEW</id>
               <autoGenerate>false</autoGenerate>
            </activationId>
            <isPermanent>true</isPermanent>
         </renewParameters>
         <isFull>true</isFull>
         <allowActivationsOnParent>true</allowActivationsOnParent>
         <autoDeploy>true</autoDeploy>
      </renewLineItemData>
   </entitlementData>
</renewLicenseRequest>