Generic Socket Transport
Generic Socket Transport – Allows the user to create their own socket communication script (a kind of custom communication protocol) and connect to a remote socket.
Select the Generic Socket Transport from the drop-down.
In the Basic tab you can specify:
Host: Host name or IP address to connect to.
Port: Specifies the socket port.
Existing Socket: Transaction Attribute containing the open socket to use.
Char Set: Specifies the char set for the socket data exchange. ‘US-ASCII’ by default.
Response Listener: The programmatically invoked Listener to be invoked upon response.