InboundStatus

LANSA Integrator

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 steps occur:

The InboundStatus handler returns the following type of HTTP response.

Status: 200 OK

Syntax:

Command

Keyword

Value

Developer notes for Command/Keyword/Value

SEND

HANDLER

 

InboundStatus

STATUS

value

Optional. HTTP status number.
Default. 200.

MESSAGE

value

Optional. HTTP status message
Default. OK.

 

Example

 

SEND HANDLER(InboundStatus) MESSAGE(OK - File has been received)

SEND HANDLER(InboundStatus) MESSAGE(ERROR - Invalid transaction)