InboundStatus
The InboundStatus handler can only send a reply, so it is used in conjunction with other inbound content handlers.
When the SEND command of this content handler is executed the following step occurs:
The InboundStatus handler returns the following type of HTTP response.
Status: 200 OK
Syntax:
Command |
Keyword |
Value |
Developer notes |
SEND |
HANDLER |
InboundStatus |
|
STATUS |
value |
Optional. HTTP status number. |
|
MESSAGE |
value |
Optional. HTTP status message |
Example
SEND HANDLER(InboundStatus) MESSAGE(OK - File has been received)
SEND HANDLER(InboundStatus) MESSAGE(ERROR - Invalid transaction)