FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getManufacturerCount

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
ManufacturerQueryParameters  ManufacturerQueryParameters  0..1  See ManufacturerQueryParameters.
XML Example

The following XML fragment illustrates a getManufacturerCount message.

<getManufacturerCount>
     <!--Optional:-->
     <ManufacturerQueryParameters>
          <!--Optional:-->
          <ManufacturerID>
               <value>AS-FLE</value>
               <searchType>CONTAINS</searchType>
          </ManufacturerID>
          <!--Optional:-->
          <Name>
               <value>AS-FLE</value>
               <searchType>CONTAINS</searchType>
          </Name>
          <!--Optional:-->
          <Status>INACTIVE</Status>
     </ManufacturerQueryParameters>
</getManufacturerCount>