FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An activateLicensesResponse message contains an element of activateLicensesResponseType.
Type activateLicensesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedLineItem | 0..1 | Information about an entitlement line item that failed to activate in the failedData element. failedLineItem contains a single activationID element as a string. |
|||||||||
resultData | string | 0..1 | The XML response to be saved as a fulfillment response file. |
|||||||||
Name | Type |
---|---|
offlineFNPTrustedStorageActivation | Method |
The following XML fragment illustrates a successful activateLicensesResponse message:
<activateLicensesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<resultData>***</resultData>
</activateLicensesResponse>
The following XML fragment illustrates a failed activateLicensesResponse message:
<activateLicensesResponse>
<statusInfo>
<status>FAILURE</status>
<reason>9999; The activation of the fulfillment is denied by the activation policy because fulfill count
exceeded the available seat count. [Incident# 8961-7529]</reason>
</statusInfo>
<failedData>
<activationId>se-ea-1</activationId>
</failedData>
</activateLicensesResponse>