FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getModelIdentifiersResponse

Description

A getModelIdentifiersResponse message contains an element of getModelIdentifiersResponseType.

Derived By

Type getModelIdentifiersResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All entities in the request were processed.

  • FAILURE—None of the entities in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  modelIdentifiersDataListType  0..1  See modelIdentifiersDataListType.
Referenced By
Name  Type 
getLicenseModelIdentifiers  Method 
XML Example

The following XML fragment illustrates a successful getModelIdentifiersResponse message:

<getModelIdentifiersResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <licenseModel>
         <licenseModelIdentifier>
            <uniqueId>HID-501</uniqueId>
            <primaryKeys>
               <name>Floating Counted</name>
            </primaryKeys>
         </licenseModelIdentifier>
         <licenseTechnology>
            <uniqueId>HID-100</uniqueId>
            <primaryKeys>
               <name>FLEXnet Licensing</name>
            </primaryKeys>
         </licenseTechnology>
         <attributeDetails>
            <needServerId>true</needServerId>
            <needNodeLockId>false</needNodeLockId>
            <needCount>true</needCount>
            <needOverdraftCount>true</needOverdraftCount>
         </attributeDetails>
      </licenseModel>
   </responseData>
</getModelIdentifiersResponse>