FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createFeatureBundleRequest message contains an element of createFeatureBundleRequestType.
Type createFeatureBundleRequestType
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. |
Name | Type |
---|---|
createFeatureBundle | Method |
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>