Extracts the HTTP status from the MDN returned by the /as2/send function. The HTTP status will be in the 200 range for successful MDNs. Failed MDNs might contain a different status when failure was at the HTTP level, or contain 0 when no HTTP response was received.
as2-http-status(result:AS2 MDN) -> number |
Name |
Type |
Description |
---|---|---|
result |
AS2 MDN |
A value of type AS2 MDN. |