Local Listener AS4 Service - Receipts Tab

The Receipts tab displays a table containing information from recent uploads of User Messages and their associated receipt status. One transaction is stored per row.

To display detailed information about a particular transaction, right-click a row and select Display from the menu. If the transaction is complete and a receipt was received, this operation displays the actual receipt. Otherwise, detailed tracking information from User Message INF file is displayed. This includes the messageId, the host/mailbox, and other useful information.

To manually archive completed transactions, right-click a row and select Archive from the menu.

Each row contains the following columns:
Last Activity
Date and time of the last activity related to the transaction.
File Sent
Path and name of the files sent as part of the transaction.
Host
The host from which the User Message was sent.
Mailbox
The mailbox from which the User Message was sent.
Status
Status of the message. Here are some examples of messages and their meanings:
SendingPayload
The User Message is currently being uploaded.
Error
The transaction ended in error.
Exception
The transaction ended with an exception.
Interrupted
The transaction was interrupted by the user.
WaitingForResponse
The User Message has been uploaded to the trading partner, and VersaLex is awaiting an HTTP response.
ReceiptExpected;ReceiptReceived
A receipt was expected (PMode.ReceptionAwarenss is on), and one was received.
ReceiptExpected;ReceiptNotReceived
A receipt was expected (PMode.ReceptionAwarenss is on), but one was not received.
ReceiptNotExpected;ReceiptReceived
A receipt was not expected (PMode.ReceptionAwarenss is off), but one was received.
ReceiptNotExpected;ReceiptNotReceived
A receipt was not expected (PMode.ReceptionAwarenss is off), and one was not received.