FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: repairLicenseRequest

Description

A repairLicenseRequest message contains an element of repairFulfillmentRequestType.

Derived By

Type repairFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  repairFulfillmentDataType  1..*  Required. A repairLicenseRequest contains an array of fulfillment elements. See repairFulfillmentDataType.
Referenced By
Name  Type 
repairLicense  Method 
XML Example

The following XML fragment illustrates a repairLicenseRequest message:

<repairLicenseRequest>
   <fulfillment>
      <fulfillmentIdentifier>
         <primaryKeys>
            <fulfillmentId>FID_34085e71_7f2d_4ec9_9669_312f2e85bcde</fulfillmentId>
         </primaryKeys>
      </fulfillmentIdentifier>
      <licenseModelAttributes>
         <attribute>
            <attributeName>VENDOR_STRING</attributeName>
            <stringValue>MyVendorString</stringValue>
         </attribute>
      </licenseModelAttributes>
      <overridePolicy>false</overridePolicy>
   </fulfillment>
</repairLicenseRequest>