TCP - send over TCP_IP (Advanced)
Search form
Description - Emits over TCP using connections from the NTCP Connection Provider.
Runtime Class - com.ibi.agents.XDNTCPEmitAgent
Parameter Groups
Parameter Type Description
* Host: string Remote host to which TCP requests will be sent
* Port: integer TCP port on Host to which TCP requests will be sent
Timeout: integer Maximum 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
Parameter Type Description
Return Document: string Type 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
Runtime Class - com.ibi.agents.XDNTCPEmitAgent
Parameter Groups
Parameter Type Description
* Host: string Remote host to which TCP requests will be sent
* Port: integer TCP port on Host to which TCP requests will be sent
Timeout: integer Maximum 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
Parameter Type Description
Return Document: string Type 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
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Host: | string | Remote host to which TCP requests will be sent | * | Port: | integer | TCP port on Host to which TCP requests will be sent | Timeout: | integer | Maximum 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
Parameter | Type | Description | |
---|---|---|---|
Return Document: | string | Type of output from this service.
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
OnFailConnection | Could not connect to the external system. |
OnParseError | Could not parse a document. |
OnFailedOperation | Could not perform the operation requested. |