FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getConsolidatedFulfillmentsQueryResponse

Description

A getConsolidatedFulfillmentsQueryResponse message contains an element of getConsolidatedFulfillmentsQueryResponseType.

Derived By

Type getConsolidatedFulfillmentsQueryResponseType

Content Model

Contains elements as defined in the following table.

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

Returns one of the following:

  • SUCCESS—All items in the request were processed.

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

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

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

The following XML fragment illustrates a successful getConsolidatedFulfillmentsQueryResponse message:

<getConsolidatedFulfillmentsQueryResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <consolidatedLicense>
         <consolidatedLicenseId>CID_1256ea2_10b1a2bcf0a__7fee</consolidatedLicenseId>
         <licenseText>...</licenseText>
         <soldTo>ACME</soldTo>
         <criteria>Server 123412341234</criteria>
         <consolidatedFulfillments>
            <fulfillmentIdentifier>
               <uniqueId>HID-1</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_1256ea2_10b1a2bcf0a__7ffa</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
            <fulfillmentIdentifier>
               <uniqueId>HID-2</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_1256ea2_10b1a2bcf0a__7ff9</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
         </consolidatedFulfillments>
      </consolidatedLicense>
   </responseData>
</getConsolidatedFulfillmentsQueryResponse>