FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: repairLicense

Description

The repairLicense operation modifies editable parameters in fulfillments other than hostids. To repair a license, there must be existing fulfillments in the database that are eligible to be repaired, according to their license model policies.

Parameters
Name  Type  Direction  Description 
msgparameters  repairFulfillmentRequestType  Input   
Returns

A repairLicenseResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All entitlements in the request were processed.

  • PARTIAL_FAILURE—Some, but not all entitlements in the request were processed.

  • FAILURE—None of the entitlements in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  repairResponseDataType  Information about the fulfillments that were repaired is listed in the responseData element. See repairResponseDataType.
failedData  failedRepairResponselistDataType  Information about the fulfillments that were not repaired is listed in the failedData element. See failedRepairResponselistDataType.