FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFulfillmentPropertiesResponse

Description

A getFulfillmentPropertiesResponse message contains an element of getFulfillmentPropertiesResponseType.

Derived By

Type getFulfillmentPropertiesResponseType

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.
 
fulfillment  fulfillmentPropertiesType  0..*  See fulfillmentPropertiesType.
Referenced By
Name  Type 
getFulfillmentPropertiesQuery  Method 
XML Example

The following XML fragment illustrates a successful getFulfillmentPropertiesResponse message:

<getFulfillmentPropertiesResponse>
     <statusInfo>
          <status>SUCCESS</status>
     </statusInfo>
     <fulfillment>
          <fulfillmentId>
               <uniqueId>HID-111407</uniqueId>
               <primaryKeys>
                    <fulfillmentId>FID__d79b1d8_11c9a8bfb08__7d93</fulfillmentId>
               </primaryKeys>
          </fulfillmentId>
          <fulfillmentType>CERTIFICATE</fulfillmentType>
          <state>ACTIVE</state>
          <entitlementId>
               <uniqueId>HID-111361</uniqueId>
               <primaryKeys>
                    <entitlementId>EntitleId_TestRF007</entitlementId>
               </primaryKeys>
          </entitlementId>
          <lineitemId>
               <uniqueId>HID-111373</uniqueId>
               <primaryKeys>
                    <activationId>ActivationID-Parent-TestRF007_1</activationId>
               </primaryKeys>
          </lineitemId>
          <product>
               <uniqueId>HID-111339</uniqueId>
               <primaryKeys>
                    <name>PROD-TestRF007_1</name>
                    <version>3.0</version>
               </primaryKeys>
          </product>
          <productDescription>Product for TestRF007</productDescription>
          <partNumber>
               <uniqueId>HID-111335</uniqueId>
               <primaryKeys>
                    <partId>PART-ID-TestRF007_1</partId>
               </primaryKeys>
          </partNumber>
          <partNumberDescription>part id for TestRF007</partNumberDescription>
          <licenseTechnology>
               <uniqueId>HID-100</uniqueId>
               <primaryKeys>
                    <name>FLEXnet Licensing</name>
               </primaryKeys>
          </licenseTechnology>
          <soldTo>SRC-ACCT-TestRF007</soldTo>
          <licenseHost>HOSTNAME=son1334</licenseHost>
          <fulfilledCount>30</fulfilledCount>
          <overDraftCount>0</overDraftCount>
          <fulfillDate>2008-09-26</fulfillDate>
          <fulfillDateTime>2008-09-26T00:16:00.400Z</fulfillDateTime>
          <isPermanent>false</isPermanent>
          <startDate>2008-09-25</startDate>
          <expirationDate>2008-12-15</expirationDate>
          <versionDate>2008-09-25</versionDate>
          <licenseFileType>TEXT</licenseFileType>
          <licenseText>SERVER this_host HOSTNAME=son1334
VENDOR opsqa
USE_SERVER
INCREMENT Feature-TestRF007_1 opsqa 2.0 15-dec-2008 300 6DDB0CA76B84 \
VENDOR_STRING=vendorString ISSUER="My Corporation" \
ISSUED=25-sep-2008 NOTICE=notice SN=serialNumber \
START=25-sep-2008 SIGN="0002 1FE0 6A82 3666 9B42 0EB2 2D50 \
0300 A167 52A0 9811 B156 F88B F764 F360" SIGN2="00D2 75DC 4567 \
80E4 D2C6 5C22 6546 6300 6C15 B7A9 AFAA 8860 B027 78A0 9E9D"</licenseText>
          <supportAction>MASTER</supportAction>
          <lastModifiedDateTime>2008-09-26T00:16:00.588Z</lastModifiedDateTime>
          <parentFulfillmentId>
               <uniqueId>HID-111384</uniqueId>
               <primaryKeys>
                    <fulfillmentId>FID__d79b1d8_11c9a8bfb08__7d96</fulfillmentId>
               </primaryKeys>
          </parentFulfillmentId>
          <fulfillmentSource>ONLINE</fulfillmentSource>
          <totalCopies>100</totalCopies>
          <numberOfRemainingCopies>50</numberOfRemainingCopies>
          <isTrusted>false</isTrusted>
          <vendorDaemonName>opsqa</vendorDaemonName>
     </fulfillment>
</getFulfillmentPropertiesResponse>