FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getMatchingLineItemsResponse

Description

A getMatchingLineItemsResponse message contains an element of getMatchingLineItemsResponseType.

Derived By

Type getMatchingLineItemsResponseType

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  getMatchingLineItemsResponseListType  0..1  Information about entitlement line items in the target account that match the line item you plan to split is listed in the responseData element. See getMatchingLineItemsResponseListType.
failedData  failedMatchingLineItemsListType  0..1  Information about the entitlement line item that could not be matched to line items in the target account is in the failedData element. See Table failedMatchingLineItemsListType.
Referenced By
Name  Type 
getMatchingLineItems  Method 
XML Example

The following XML fragment illustrates a successful getMatchingLineItemsResponse message:

<getMatchingLineItemsResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <matchingLineItem>
         <matchingLineItemIdentifier>
            <uniqueId>HID-101349</uniqueId>
            <primaryKeys>
               <activationId>se-split-2</activationId>
            </primaryKeys>
         </matchingLineItemIdentifier>
      </matchingLineItem>
   </responseData>
</getMatchingLineItemsResponse>