GetIBInfoData method: IntBroker class
Syntax
GetIBInfoData(TransactionId, DataType)
Description
Use the GetIBInfoData to return the specified IBInfo data.
Parameters
| Parameter | Description |
|---|---|
|
TransactionID |
Specify the transaction ID of the message that you want to access. |
|
DataType |
Specify the data type of the message you want to access. The valid values are: |
| Constant Value | Description |
|---|---|
|
%IntBroker_BRK |
Get the message for the web services gateway. |
|
%IntBroker_PUB |
Get the message for the publication contract. |
|
%IntBroker_SUB |
Get the message for the subscription contract. |
Returns
An XML string containing the message data.
Related Topics