FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getModelIdentifiersRequest

Description

A getModelIdentifiersRequest message contains an element of getModelIdentifiersRequestType.

Derived By

Type getModelIdentifiersRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  identifierQueryParametersType  0..1  Required. See identifierQueryParametersType.
Referenced By
Name  Type 
getLicenseModelIdentifiers  Method 
XML Example

The following XML fragment illustrates a getModelIdentifiersRequest message that returns the IDs, names, and fulfillment parameters (that are set as name-value pairs) of all license models:

<getModelIdentifiersRequest>
   <queryParams>
   </queryParams>
</getModelIdentifiersRequest>

The following XML fragment illustrates a getModelIdentifiersRequest message that returns the fulfillment-time parameters (that are set as name-value pairs) for the license model whose name is Floating Counted:

<getModelIdentifiersRequest>
   <queryParams>
      <name>
         <value>Floating Counted</value>
         <searchType>EQUALS</searchType>
      </name>
   </queryParams>
</getModelIdentifiersRequest>