FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFmtAttributesForBatchActivationResponse message contains an element of getFmtAttributesForBatchActivationResponseType.
Type getFmtAttributesForBatchActivationResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getFmtAttributesForBatchDataType | 0..1 | A list of license model attributes that are set at fulfillment time are contained in the responseData element. See getFmtAttributesForBatchDataType. |
|||||||||
Name | Type |
---|---|
getFulfillmentAttributesForBatchActivation | Method |
The following XML fragment illustrates a successful getFmtAttributesForBatchActivationResponse message:
<getFmtAttributesForBatchActivationResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<needStartDate>true</needStartDate>
<needServerId>false</needServerId>
<needNodeLockId>true</needNodeLockId>
<needCount>false</needCount>
<overDraftData>
<activationIdMap>
<activationId>ACT-1</activationId>
<overDraftAllowed>false</overDraftAllowed>
</activationIdMap>
<activationIdMap>
<activationId>ACT-2</activationId>
<overDraftAllowed>false</overDraftAllowed>
</activationIdMap>
</overDraftData>
<modelType>NODE_LOCKED</modelType>
<modelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<attributeDataType>LONGTEXT</attributeDataType>
<namespace>FlexNet Licensing</namespace>
</attribute>
</modelAttributes>
</responseData>
</getFmtAttributesForBatchActivationResponse>