GetSyncIBInfoData method: IntBroker class
Syntax
GetSyncIBInfoData(TransactionId, %LogType [, Archive])
Description
Use the GetSyncIBInfoData method to return a log containing information about synchronous transactions.
Parameters
| Parameter | Description |
|---|---|
|
TransactionId |
Specify the transaction ID of the published message. |
|
LogType |
Specify the type of log you want returned, based on the type of message. See below for the valid values. |
|
Archive |
Specify whether to retrieve any archived logs as well. This parameter takes a Boolean value: true to return archived logs, false otherwise. The default value is false. |
For the LogType parameter, the valid values are:
| Constant Value | Description |
|---|---|
|
%Sync_RequestOrig |
Gets the log for a sync request original data message. |
|
%Sync_RequestTrans |
Gets the log for a sync request transformed data message. |
|
%Sync_ResponseOrig |
Gets the log for a sync response original data message. |
|
%Sync_ResponseTrans |
Gets the log for a sync response transformed data message. |
Returns
An XML string containing the log data.