as2-success
Returns true if the MDN indicates successful transmission.
Transmission is successful if HTTP transmission succeeds, the MDN can be verified against its signature (if enabled), and the MDN indicates success. When "Abort on error" is turned on for /as2/send then it is unnecessary to use this function.
Signature
as2-success(result:AS2 MDN) -> Boolean |
Parameters
Name | Type | Description |
---|---|---|
result | AS2 MDN | A value of type AS2 MDN. |