Hi,

I have a scenario that i need to send a request to TCP/IP port from camel
and i need to read the response.
i did like this,

from("file:/home/santoshkeleti/Desktop/Camel/input?noop=true")
                        .to("http://"+conncterURL+"iso/parse?isoMsg="+iso)
                        
.to("mina:tcp://192.168.1.68:9700?textline=true&sync=true")

But  here i am able to send the request but unable to read the response .
please help me.



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-send-and-read-body-in-byte-format-tp5793031.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to