FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFulfillmentAttributesResponse message contains an element of getFulfillmentAttributesResponseType.
Type getFulfillmentAttributesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getFulfillmentAttributesDataType | 0..1 | A list of license model attributes that are set at fulfillment time are contained in the responseData element. See getFulfillmentAttributesDataType. |
|||||||||
Name | Type |
---|---|
getFulfillmentAttributesFromModel | Method |
The following XML fragment illustrates a successful getFulfillmentAttributesResponse message:
<getFulfillmentAttributesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<fulfillmentAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<attributeDataType>LONGTEXT</attributeDataType>
<namespace>FlexNet Licensing</namespace>
</attribute>
</fulfillmentAttributes>
</responseData>
</getFulfillmentAttributesResponse>