FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: setFeatureBundleStateRequest

Description

A setFeatureBundleStateRequest message contains an element of setFeatureBundleStateRequestType.

Derived By

Type setFeatureBundleStateRequestType

Content Model

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

The following XML fragment illustrates a setFeatureBundleStateRequest message:

<setFeatureBundleStateRequest>
   <featureBundle>
      <featureBundleIdentifier>
         <primaryKeys>
            <name>FB_basic_count10</name>
         </primaryKeys>
      </featureBundleIdentifier>
      <stateToSet>INACTIVE</stateToSet>
   </featureBundle>
</setFeatureBundleStateRequest>