FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getModelIdentifiersResponse message contains an element of getModelIdentifiersResponseType.
Type getModelIdentifiersResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | modelIdentifiersDataListType | 0..1 | See modelIdentifiersDataListType. |
|||||||||
Name | Type |
---|---|
getLicenseModelIdentifiers | Method |
The following XML fragment illustrates a successful getModelIdentifiersResponse message:
<getModelIdentifiersResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<licenseModel>
<licenseModelIdentifier>
<uniqueId>HID-501</uniqueId>
<primaryKeys>
<name>Floating Counted</name>
</primaryKeys>
</licenseModelIdentifier>
<licenseTechnology>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>FLEXnet Licensing</name>
</primaryKeys>
</licenseTechnology>
<attributeDetails>
<needServerId>true</needServerId>
<needNodeLockId>false</needNodeLockId>
<needCount>true</needCount>
<needOverdraftCount>true</needOverdraftCount>
</attributeDetails>
</licenseModel>
</responseData>
</getModelIdentifiersResponse>