FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getUniformSuitesQueryResponse message contains an element of getUniformSuitesQueryResponseType.
Type getUniformSuitesQueryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getUniformSuitesQueryResponseDataType | 0..1 | See getUniformSuitesQueryResponseDataType. |
|||||||||
Name | Type |
---|---|
getUniformSuiteQuery | Method |
The following XML fragment illustrates a successful getUniformSuitesQueryResponse message:
<getUniformSuitesQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<uniformSuite>
<uniqueId>HID-6</uniqueId>
<suiteName>S10</suiteName>
<version>1.0</version>
<description>Suite_basic description</description>
<state>DEPLOYED</state>
<licenseTechnology>
<uniqueId>HID-100</uniqueId>
<primaryKeys>
<name>FLEXnet Licensing</name>
</primaryKeys>
</licenseTechnology>
<licenseGenerator>
<uniqueId>HID-101</uniqueId>
<primaryKeys>
<name>demo</name>
</primaryKeys>
</licenseGenerator>
<hostType>
<name>Certificate or Trusted Host</name>
</hostType>
<usedOnDevice>false</usedOnDevice>
<productCategory>Uncategorized Products</productCategory>
<allowDownloadObsoleteFrInAdmin>false</allowDownloadObsoleteFrInAdmin>
<allowDownloadObsoleteFrInPortal>false</allowDownloadObsoleteFrInPortal>
<creationDate>2011-10-22T20:38:15.660Z</creationDate>
<lastModifiedDate>2012-03-28T20:39:35.162Z</lastModifiedDate>
</uniformSuite>
</responseData>
</getUniformSuitesQueryResponse>