as2-http-status
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.
Signature
as2-http-status(result:AS2 MDN) -> number |
Parameters
Name | Type | Description |
---|---|---|
result | AS2 MDN | A value of type AS2 MDN. |