NTCP Respond Agent Service (com.ibi.agents.XDNTCPRespondAgent)

Syntax:

com.ibi.agents.XDNTCPRespondAgent

iIT Service Object:

format: NTCP Respond Agent

Description: Sends input as a response back to a client of an NTCP listener.

Parameters:

Parameter

Description

Connection ID

The ID of a persistent connection to an NTCP listener, as stored in the ntcp_connectionid special register when messages are received by the NTCP channel. This value can be passed to other channels as part of the message context, possibly as a correlation ID. If this service is running on an NTCP channel, leave blank to send a response to the client who originated the message being handled by the current process flow. When used with other protocols, Connection ID is required.

Return Document

Type of output from this service. If input, the service will output its input document. If status, the service will output a standard status document after emitting to the client.

Edges:

The following table lists the available Line Edges for the NTCP Respond Agent Service (com.ibi.agents.XDNTCPRespondAgent).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

OnFailConnection

Could not connect to the external system.

OnParseError

Could not parse a document.

OnFailedOperation

Could not perform the operation requested.