FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: setLicenseRequest

Description

A setLicenseRequest message contains an element of setLicenseRequestType.

Derived By

Type setLicenseRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
onholdFulfillmentList  onholdFulfillmentListType  1..1  See onholdFulfillmentListType.
Referenced By
Name  Type 
setLicense  Method 
XML Example

The following XML fragment illustrates a setLicenseRequest message:

 <setLicenseRequest>
         <onholdFulfillmentList>
            <onholdFmtLicenseData>
               <fulfillmentId>FID_293c149a_11a36fd4eab__7ff2</fulfillmentId>
               <textLicense>test license</textLicense>
            </onholdFmtLicenseData>
         </onholdFulfillmentList>
      </setLicenseRequest>