FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setFeatureBundleStateRequest message contains an element of setFeatureBundleStateRequestType.
Type setFeatureBundleStateRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
featureBundle | featureBundleStateDataType | 1..* | Required. A setFeatureBundleState request contains an array of featureBundle elements for which to change the state. See featureBundleStateDataType. |
Name | Type |
---|---|
setFeatureBundleState | Method |
The following XML fragment illustrates a setFeatureBundleStateRequest message:
<setFeatureBundleStateRequest>
<featureBundle>
<featureBundleIdentifier>
<primaryKeys>
<name>FB_basic_count10</name>
</primaryKeys>
</featureBundleIdentifier>
<stateToSet>INACTIVE</stateToSet>
</featureBundle>
</setFeatureBundleStateRequest>