FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFeatureBundlesQueryResponse message contains an element of getFeatureBundlesQueryResponseType.
Type getFeatureBundlesQueryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getFeatureBundlesQueryResponseDataType | 0..1 | See getFeatureBundlesQueryResponseDataType. |
|||||||||
Name | Type |
---|---|
getFeatureBundlesQuery | Method |
The following XML fragment illustrates a successful getFeatureBundlesQueryResponse message that returns the contained features:
<getFeatureBundlesQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<featureBundle>
<uniqueId>HID-100236</uniqueId>
<name>FB_basic_count10</name>
<description>Basic now contains Feature_add3</description>
<state>DRAFT</state>
<features>
<feature>
<featureIdentifier>
<uniqueId>HID-100230</uniqueId>
<primaryKeys>
<name>Feature_add1</name>
<version>1.0</version>
</primaryKeys>
</featureIdentifier>
<count>10</count>
</feature>
<feature>
<featureIdentifier>
<uniqueId>HID-100231</uniqueId>
<primaryKeys>
<name>Feature_add2</name>
<version>1.0</version>
</primaryKeys>
</featureIdentifier>
<count>10</count>
</feature>
<feature>
<featureIdentifier>
<uniqueId>HID-100237</uniqueId>
<primaryKeys>
<name>Feature_add3</name>
<version>1.0</version>
</primaryKeys>
</featureIdentifier>
<count>10</count>
</feature>
</features>
</featureBundle>
</responseData>
</getFeatureBundlesQueryResponse>