FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getTransactionKeyIdentifiersResponse

Description

A getTransactionKeyIdentifiersResponse message contains an element of getTransactionKeyIdentifiersResponseType.

Derived By

Type getTransactionKeyIdentifiersResponseType

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 entities in the request were processed.

  • FAILURE—None of the entities in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  transactionKeyIdentifiersDataListType  0..1  See transactionKeysIdentifiersDataListType.
Referenced By
Name  Type 
getTransactionKeyIdentifiers  Method 
XML Example

The following XML fragment illustrates a successful getTransactionKeyIdentifiersResponse message:

<getTransactionKeyIdentifiersResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <transactionKeyIdentifier>
         <uniqueId>HID-100047</uniqueId>
         <primaryKeys>
            <keyName>TK1</keyName>
         </primaryKeys>
      </transactionKeyIdentifier>
   </responseData>
</getTransactionKeyIdentifiersResponse>