FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: setFeatureStateRequest

Description

A setFeatureStateRequest message contains an element of setFeatureStateRequestType.

Derived By

Type setFeatureStateRequestType

Content Model

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.
Referenced By
Name  Type 
setFeatureState  Method 
XML Example

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>