FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: activateLicensesResponse

Description

An activateLicensesResponse message contains an element of activateLicensesResponseType.

Derived By

Type activateLicensesResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—The request was processed.

  • FAILURE—The request was not processed.

reason
string
Gives reason if failure.
 
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.
Referenced By
Name  Type 
offlineFNPTrustedStorageActivation  Method 
XML Example

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>