Skip to content

Outputs: HTTP Responder

TekMonks edited this page Mar 14, 2019 · 1 revision

The HTTP Responder

The HTTP responder output node is used to send the HTTP output back to an HTTP incoming call. This can be used to implement SOAP services, for example.

The HTTP responder auto-correlates to the REST listener, i.e. the response is automatically sent to the correct caller.

No JSON parsing is performed by the HTTP responder, thus, the message.content is sent back as is, to the requester. This allows, for example, implementing SOAP services as their output format is XML.

The code block below documents the format for the HTTP response output node.

"output": {
	"type":"http_responder",
	"dependencies":[["route2"],["route.error"]]
}

No custom properties are required as it auto-correlates to the incoming HTTP request.