FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getTransactionKeyIdentifiersResponse message contains an element of getTransactionKeyIdentifiersResponseType.
Type getTransactionKeyIdentifiersResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | transactionKeyIdentifiersDataListType | 0..1 | See transactionKeysIdentifiersDataListType. |
|||||||||
Name | Type |
---|---|
getTransactionKeyIdentifiers | Method |
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>