FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getHostAttributesFromLicenseTechnology message contains an element of getHostAttributesResponseType.
Type getHostAttributesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getHostAttributesDataType | 0..1 | See getHostAttributesDataType. |
|||||||||
Name | Type |
---|---|
getHostAttributesFromLicenseTechnology | Method |
The following XML fragment illustrates a successful getHostAttributesResponse message:
<getHostAttributesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<hostAttributes>
<attribute>
<attributeName>HostAttr1</attributeName>
<attributeDataType>NUMBER</attributeDataType>
<namespace>CustomLT</namespace>
</attribute>
</hostAttributes>
</responseData>
</getHostAttributesResponse>