TCP - send over TCP_IP (Advanced)

Description - Emits over TCP using connections from the NTCP Connection Provider.

Runtime Class - com.ibi.agents.XDNTCPEmitAgent



Parameter Groups

 ParameterTypeDescription
*Host:stringRemote host to which TCP requests will be sent
*Port:integerTCP port on Host to which TCP requests will be sent
Timeout:integerMaximum time, in milliseconds, to block while waiting for a response from the server. 0 means no timeout, A negative value means to use system default.
* - denotes required
 ParameterTypeDescription
Return Document:stringType of output from this service.

Select from one of the following options:
  • Status document {status} - Returns a status document.
  • Response document {response} - Returns the document returned by the tcp server.
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnParseErrorCould not parse a document.
OnFailedOperationCould not perform the operation requested.