FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateFeatureBundleResponse message contains an element of updateFeatureBundleResponseType.
Each feature bundle in the updateFeatureBundleRequest is modifed as an atomic unit; modifying each either succeeds or fails. No specific information is returned about feature bundles that were modified successfully.
Type updateFeatureBundleResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedUpdateFeatureBundleDataListType | 0..1 | Information about the feature bundles that were not modified is listed in the failedData element. See failedUpdateFeatureBundleDataListType. |
|||||||||
Name | Type |
---|---|
updateFeatureBundle | Method |
The following XML fragment illustrates an unsuccessful updateFeatureBundleResponse message (Feature_add8 does not exist):
<updateFeatureBundleResponse>
<statusInfo>
<status>FAILURE</status>
<reason>All input data in the request failed.
Please check the specific reasons in returned data.</reason>
</statusInfo>
<failedData>
<failedFeatureBundle>
<featureBundle>
<featureBundleIdentifier>
<uniqueId>HID-100016</uniqueId>
</featureBundleIdentifier>
<description>Now with A, B, C</description>
<features>
<feature>
<featureIdentifier>
<primaryKeys>
<name>Feature_add8</name>
<version>1.0</version>
</primaryKeys>
</featureIdentifier>
<count>10</count>
</feature>
<opType>ADD</opType>
</features>
</featureBundle>
<reason>Identifier Feature_add8 is invalid.</reason>
</failedFeatureBundle>
</failedData>
</updateFeatureBundleResponse>