FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createLicensesAsBatchAndConsolidateResponse

Description

A createLicensesAsBatchAndConsolidateResponse message contains an element of consolidateFulfillmentsResponseType.

Derived By

Type consolidateFulfillmentsResponseType

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 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  consolidatedResponseDataType  0..1  Information about the licenses that were generated is listed in the responseData element. See consolidatedResponseDataType.
Referenced By
Name  Type 
createLicensesAsBatchAndConsolidate  Method 
XML Example

The following XML fragment illustrates a successful createLicensesAsBatchAndConsolidateResponse message:

<createLicensesAsBatchAndConsolidateResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <consolidatedLicense>
         <consolidatedLicenseId>CID_1256ea2_11a2bcf0a__7ff0
                      </consolidatedLicenseId>
         <licenseText>...</licenseText>
         <soldTo>WILY</soldTo>
         <criteria>Server 456745674567</criteria>
         <consolidatedFulfillments>
            <fulfillmentIdentifier>
               <uniqueId>HID-9</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_1256ea2_10cf0a__7ff2</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
            <fulfillmentIdentifier>
               <uniqueId>HID-7</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_1256ea2_10b2ba__7ff4</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
         </consolidatedFulfillments>
      </consolidatedLicense>
      <consolidatedLicense>
         <consolidatedLicenseId>CID_1256ea2_10b1a2bcf0a__7fef
                       </consolidatedLicenseId>
         <licenseText>...</licenseText>
         <soldTo>WILY</soldTo>
         <criteria>Server 567856785678</criteria>
         <consolidatedFulfillments>
            <fulfillmentIdentifier>
               <uniqueId>HID-10</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_125a2_10b10a__7ff1</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
            <fulfillmentIdentifier>
               <uniqueId>HID-8</uniqueId>
               <primaryKeys>
                  <fulfillmentId>FID_12562_10b1aa__7ff3</fulfillmentId>
               </primaryKeys>
            </fulfillmentIdentifier>
         </consolidatedFulfillments>
      </consolidatedLicense>
   </responseData>
</createLicensesAsBatchAndConsolidateResponse>