FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A setFeatureStateRequest message contains an element of setFeatureStateRequestType.
Type setFeatureStateRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
feature | featureStateDataType | 1..* | Required. A setFeatureStateRequest contains an array of feature elements for which to change the state. See featureStateDataType. |
Name | Type |
---|---|
setFeatureState | Method |
The following XML fragment illustrates a setFeatureStateRequest message:
<setFeatureStateRequest>
<feature>
<featureIdentifier>
<primaryKeys>
<name>Feature_add1</name>
<version></version>
</primaryKeys>
</featureIdentifier>
<stateToSet>DEPLOYED</stateToSet>
</feature>
</setFeatureStateRequest>