FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateFeatureRequest

Description

An updateFeatureRequest message contains an element of updateFeatureRequestType.

Derived By

Type updateFeatureRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
feature  updateFeatureDataType  1..*  Required. An updateFeatureRequest contains an array of feature elements to be modified. See updateFeatureDataType.
Referenced By
Name  Type 
updateFeature  Method 
XML Example

The following XML fragment illustrates a updateFeatureRequest message:

<updateFeatureRequest>
   <feature>
      <featureIdentifier>
         <primaryKeys>
            <name>Feature_toUpdate</name>
            <version></version>
         </primaryKeys>
      </featureIdentifier>
      <featureName>Feature_updated</featureName>
      <versionFormat>FIXED</versionFormat>
      <version>1.0</version>
      <description>Feature_updated desc</description>
   </feature>
</updateFeatureRequest>