FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getLicenseTechnologyQueryResponse message contains an element of getLicenseTechnologyQueryResponseType.
Type getLicenseTechnologyQueryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | licenseTechnologyDataListType | 0..1 | Information about the license technologies that matched the query is listed in the responseData element. See licenseTechnologyDataListType. |
|||||||||
Name | Type |
---|---|
getLicenseTechnologiesQuery | Method |
The following XML fragment illustrates a successful getLicenseTechnologyQueryResponse message:
<getLicenseTechnologyQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<licenseTechnology>
<licenseTechnologyIdentifier>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>FLEXnet Licensing</name>
</primaryKeys>
</licenseTechnologyIdentifier>
<licenseGenerators>
<licenseGeneratorIdentifier>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>demo</name>
</primaryKeys>
</licenseGeneratorIdentifier>
</licenseGenerators>
<state>DRAFT</state>
</licenseTechnology>
</responseData>
</getLicenseTechnologyQueryResponse>