FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:searchEntitlementLineItemPropertiesResponse

Description

A searchEntitlementLineItemPropertiesResponse message contains an element of searchEntitlementLineItemPropertiesResponseType.

A user will see only elements configured in entitlementLineItemResponseConfig. Selecting too many elements for a response can negatively impact performance. Only select the elements required for a given response

Note: The soldTo element is supported for backwards compatibility in the response to this operation, and now the channelPartners element is also supported. Note, however, that the query parameters of the operation do not support the channelPartners element. soldTo or parentBulkEntSoldTo should still be used to specify an account in the query request or response.

Derived By

Type searchEntitlementLineItemPropertiesResponseType

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.
 
entitlementLineItem  entitlementLineItemPropertiesType  0..*  See entitlementLineItemPropertiesType.
Referenced By
Name  Type 
getEntitlementLineItemPropertiesQuery  Method 
XML Example

The following XML fragment illustrates a successful searchEntitlementLineItemPropertiesResponse message:

  <searchEntitlementLineItemPropertiesResponse>
         <statusInfo>
            <status>SUCCESS</status>
         </statusInfo>
         <EntitlementLineItem>
            <Id>220076</Id>
            <activationId>TestEnt-li</activationId>
            <description/>
            <state>TEST</state>
            <EntitlementLineItemType>LINEITEM</EntitlementLineItemType>
            <orderLineNumber/>
            <entitlementId>TestEnt</entitlementId>
            <entitlementState>TEST</entitlementState>
            <entitlementDescription/>
            <shipToEmail/>
            <shipToAddress/>
            <product>
               <uniqueId>HID-20093</uniqueId>
               <primaryKeys>
                  <name>Basic Paint</name>
                  <version>1.0</version>
               </primaryKeys>
            </product>
            <productDescription>This product contains what consumers need to get started in graphic design.</productDescription>
            <partNumber>
               <uniqueId>HID-20124</uniqueId>
               <primaryKeys>
                  <partId>900-111-2222-2</partId>
               </primaryKeys>
            </partNumber>
            <licenseTechnology>
               <uniqueId>HID-100</uniqueId>
               <primaryKeys>
                  <name>FLEXnet Licensing</name>
               </primaryKeys>
            </licenseTechnology>
            <licenseModel>
               <uniqueId>HID-501</uniqueId>
               <primaryKeys>
                  <name>Floating Counted</name>
               </primaryKeys>
            </licenseModel>
            <startDateOption>DEFINE_AT_FIRST_ACTIVATION</startDateOption>
            <isPermanent>true</isPermanent>
            <numberOfCopies>100</numberOfCopies>
            <fulfilledAmount>0</fulfilledAmount>
            <numberOfRemainingCopies>100</numberOfRemainingCopies>
            <isTrusted>false</isTrusted>
            <customAttributes>
               <attribute>
                  <attributeName>TextAttr</attributeName>
                  <stringValue/>
               </attribute>
               <attribute>
                  <attributeName>NumberAttr</attributeName>
                  <integerValue>569</integerValue>
               </attribute>
               <attribute>
                  <attributeName>BooleanAttr</attributeName>
               </attribute>
               <attribute>
                  <attributeName>DateAttr</attributeName>
                  <dateValue>2008-09-21</dateValue>
               </attribute>
            </customAttributes>
         </EntitlementLineItem>
      </searchEntitlementLineItemPropertiesResponse>