FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getLicenseTechnologyQueryResponse

Description

A getLicenseTechnologyQueryResponse message contains an element of getLicenseTechnologyQueryResponseType.

Derived By

Type getLicenseTechnologyQueryResponseType

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 accounts in the request were processed.

  • PARTIAL_FAILURE—Some, but not all accounts in the request were processed.

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

reason
string
Gives reason for partial failure or failure.
 
responseData  licenseTechnologyDataListType  0..1  Information about the license technologies that matched the query is listed in the responseData element. See licenseTechnologyDataListType.
Referenced By
Name  Type 
getLicenseTechnologiesQuery  Method 
XML Example

The following XML fragment illustrates a successful getLicenseTechnologyQueryResponse message:

<getLicenseTechnologyQueryResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <licenseTechnology>
         <licenseTechnologyIdentifier>
            <uniqueId>HID-100</uniqueId>
            <primaryKeys>
               <name>FLEXnet Licensing</name>
            </primaryKeys>
         </licenseTechnologyIdentifier>
         <licenseGenerators>
            <licenseGeneratorIdentifier>
               <uniqueId>HID-100</uniqueId>
               <primaryKeys>
                  <name>demo</name>
               </primaryKeys>
            </licenseGeneratorIdentifier>
         </licenseGenerators>
         <state>DRAFT</state>
      </licenseTechnology>
   </responseData>
</getLicenseTechnologyQueryResponse>