FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createFeatureBundleRequest

Description

A createFeatureBundleRequest message contains an element of createFeatureBundleRequestType.

Derived By

Type createFeatureBundleRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
featureBundle  createFeatureBundleDataType  1..*  Required. A createFeatureBundleRequest contains an array of featureBundle elements to be added. See createFeatureBundleDataType.
Referenced By
Name  Type 
createFeatureBundle  Method 
XML Example

The following XML fragment illustrates a createFeatureBundleRequest message:

<createFeatureBundleRequest>
   <featureBundle>
      <name>FB_basic_count10</name>
      <description>Basic with count of 10</description>
      <features>
         <feature>
            <featureIdentifier>
               <primaryKeys>
                  <name>Feature_add1</name>
                  <version>1.0</version>
               </primaryKeys>
            </featureIdentifier>
            <count>10</count>
         </feature>
         <feature>
            <featureIdentifier>
               <primaryKeys>
                  <name>Feature_add2</name>
                  <version>1.0</version>
               </primaryKeys>
            </featureIdentifier>
            <count>10</count>
         </feature>
      </features>
   </featureBundle>
</createFeatureBundleRequest>