FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A repairLicenseRequest message contains an element of repairFulfillmentRequestType.
Type repairFulfillmentRequestType
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. |
Name | Type |
---|---|
repairLicense | Method |
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>