FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFeatureCountRequest

Description

A getFeatureCountRequest message contains an element of getFeatureCountRequestType.

Derived By

Type getFeatureCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  featureQueryParametersType  0..1  Required. See featureQueryParametersType. Leave this element blank to return all features.
Referenced By
Name  Type 
getFeatureCount  Method 
XML Example

The following XML fragment illustrates a getFeatureCountRequest message:

<getFeatureCountRequest>
   <queryParams>
      <featureName>
         <value>Feature_add</value>
         <searchType>STARTS_WITH</searchType>
      </featureName>
      <versionFormat>
         <value>FIXED</value>
         <searchType>EQUALS</searchType>
      </versionFormat>
   </queryParams>
</getFeatureCountRequest>