FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getUniformSuitesQueryResponse

Description

A getUniformSuitesQueryResponse message contains an element of getUniformSuitesQueryResponseType.

Derived By

Type getUniformSuitesQueryResponseType

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

  • PARTIAL_FAILURE—Some, but not all suites in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

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

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

The following XML fragment illustrates a successful getUniformSuitesQueryResponse message:

<getUniformSuitesQueryResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <uniformSuite>
         <uniqueId>HID-6</uniqueId>
         <suiteName>S10</suiteName>
         <version>1.0</version>
         <description>Suite_basic description</description>
         <state>DEPLOYED</state>
         <licenseTechnology>
            <uniqueId>HID-100</uniqueId>
            <primaryKeys>
               <name>FLEXnet Licensing</name>
            </primaryKeys>
         </licenseTechnology>
         <licenseGenerator>
            <uniqueId>HID-101</uniqueId>
            <primaryKeys>
               <name>demo</name>
            </primaryKeys>
         </licenseGenerator>
         <hostType>
            <name>Certificate or Trusted Host</name>
         </hostType>
         <usedOnDevice>false</usedOnDevice>
         <productCategory>Uncategorized Products</productCategory>
         <allowDownloadObsoleteFrInAdmin>false</allowDownloadObsoleteFrInAdmin>
         <allowDownloadObsoleteFrInPortal>false</allowDownloadObsoleteFrInPortal>
         <creationDate>2011-10-22T20:38:15.660Z</creationDate>
         <lastModifiedDate>2012-03-28T20:39:35.162Z</lastModifiedDate>
      </uniformSuite>
   </responseData>
</getUniformSuitesQueryResponse>