Attribute Name | Description |
---|---|
messageId | The unique ID for the AS2 message. |
httpStatusCode | The returned HTTP status code, which is a whole number. |
httpStatusMessage | The message text associated to the HTTP status code. |
numFilesSent | The number of files sent in the message, which is a whole number. |
processedSourceFiles | A File List containing a list of files processed. |
receiptMessage | The text of the receipt returned by the AS2 server. If a receipt was not requested, an empty string will be returned. |
receiptStatusCode | The disposition type and disposition modifier found in the receipt, if one exists. The receipt status will contain values like 'processed', 'failed', 'processed/error' and more. |
receiptStatusMessage | The disposition modifier extension provided in the receipt, if one exists. This value may contain additional information about the status of the receipt. For example, 'insufficient-message-security'. |
receiptFile | A Local File variable referring to the receipt that was written when the Receipt Destination is set to "file". |
sentMic | The calculated message integrity code (MIC) of the sent message. |
returnedMic | The message integrity code (MIC) returned in the receipt. If the receipt content MIC is not present, an empty string is returned. |
receiptSignatureAlias | The alias of the certificate in the Trusted Certificate Key Store that was used to verify the authenticity of the receipt signature. If a signature isn't present or the signature is not trusted, an empty string is returned. |