tcp connector

Description - Send a document over the TCP/IP protocol

Runtime Class - com.ibi.agents.XDTCPEmitAgent



Parameter Groups

 ParameterTypeDescription
*Host:stringThe machine name or IP address of the TCP host
*Port:integerThe port to which to connect to the host
Timeout:integerTimeout interval for socket in milliseconds
* - denotes required
 ParameterTypeDescription
Return Document:stringType of output of this object

Select from one of the following options:
  • Status Document {status}
  • Input Document {input}
  • Response Document {response}
* - denotes required

Output Events

NameDescription
successThe operation was successful.
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.