FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateFeatureBundleRequest

Description

An updateFeatureBundleRequest message contains an element of updateFeatureBundleRequestType.

Derived By

Type updateFeatureBundleRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
featureBundle  updateFeatureBundleDataType  1..*  Required. An updateFeatureBundleRequest contains an array of featureBundle elements to be modified. See updateFeatureBundleDataType.
Referenced By
Name  Type 
updateFeatureBundle  Method 
XML Example

The following XML fragment illustrates a updateFeatureBundleRequest message:

<updateFeatureBundleRequest>
   <featureBundle>
      <featureBundleIdentifier>
         <uniqueId>HID-100236</uniqueId>
      </featureBundleIdentifier>
      <description>Basic now contains Feature_add3</description>
      <features>
         <feature>
            <featureIdentifier>
               <primaryKeys>
                  <name>Feature_add3</name>
                  <version>1.0</version>
               </primaryKeys>
            </featureIdentifier>
            <count>10</count>
         </feature>
         <opType>ADD</opType>
      </features>
   </featureBundle>
</updateFeatureBundleRequest>