FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
ManufacturerQueryParameters | ManufacturerQueryParameters | 0..1 | See ManufacturerQueryParameters. |
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>