Originally posted by: paul.brett
Ah, so the target system is already listening as a server, and by using WTX GET() with the socket adapter, you are attempting to simulate being a client?
The third argument of your GET() is the data you put to the system, and then the result of the rule should be the reply from the socket server?
I have setup a simple socket server, using WTX with the listener set as:
Input 1 (T): Socket: -HOST 9.83.119.124 -PORT 6000 -MODE server -EOM ### -T+
Output 1 : Socket: -HOST 9.83.119.124 -PORT 6000
I then used a WTX map rule:
=GET("SOCKET","-TV -HOST 9.83.119.124 -PORT 6000","This is a test###")
...and the map executed correctly, with the output from the server of:
This is the IBM Websphere TX server
You entered : This is a test
I hope that fully answers your question.
Thank-you.
Paul.
Follow me on Twitter
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender