FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFulfillmentsQueryResponse

Description

A getFulfillmentsQueryResponse message contains an element of getFulfillmentsQueryResponseType.

Derived By

Type getFulfillmentsQueryResponseType

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  getFulfillmentsQueryResponseDataType  0..1  See getFulfillmentsQueryResponseDataType.
Referenced By
Name  Type 
getFulfillmentsQuery  Method 
XML Example

The following XML fragment illustrates a successful getFulfillmentsQueryResponse message:

<getFulfillmentsQueryResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <fulfillment>
         <entitlementIdentifier>
            <uniqueId>HID-100270</uniqueId>
            <primaryKeys>
               <entitlementId>Ent_basic</entitlementId>
            </primaryKeys>
         </entitlementIdentifier>
         <fulfillmentIdentifier>
            <uniqueId>HID-100349</uniqueId>
            <primaryKeys>
               <fulfillmentId>FID_18c5...86f1__7ffb</fulfillmentId>
            </primaryKeys>
         </fulfillmentIdentifier>
         <fulfillmentType>CERTIFICATE</fulfillmentType>
         <lineItem>
            <uniqueId>HID-100288</uniqueId>
            <primaryKeys>
               <activationId>Ent_basic_1</activationId>
            </primaryKeys>
         </lineItem>
         <product>
            <uniqueId>HID-100245</uniqueId>
            <primaryKeys>
               <name>Product_basic</name>
               <version>1.0</version>
            </primaryKeys>
         </product>
         <soldTo>SENTRY</soldTo>
         <serverIds>
            <server1>HOSTNAME=testserver</server1>
         </serverIds>
         <fulfilledCount>5</fulfilledCount>
         <overDraftCount>3</overDraftCount>
         <fulfillDate>2005-11-12</fulfillDate>
         <isPermanent>false</isPermanent>
         <startDate>2005-11-30</startDate>
         <expirationDate>2006-11-30</expirationDate>
         <licenseText>entire_license_text</licenseText>
         <supportAction>MASTER</supportAction>
         <licenseModelAttributes>
            <attribute>
               <attributeName>VENDOR_STRING</attributeName>
               <stringValue>vendor string</stringValue>
            </attribute>
         </licenseModelAttributes>
         <state>ACTIVE</state>
      </fulfillment>
   </responseData>
</getFulfillmentsQueryResponse>