problems with route cxf - netty

2013-12-04 Thread troesler
hello i want to setup a camel route that has a soap webservice able to receive a soap message and then route it towards a tcp socket. the tcp socket has to wait for a client to connect, if its connected it then sends the message towards it cxf endpoint -- tcp socket (netty) i created a cxf

Re: problems with route cxf - netty

2013-12-04 Thread troesler
now that i added textline=true option to netty i get the contents readable by listening on that port. but now get a timeout and the problem with establishing a connection to that port still persists. -- View this message in context:

Re: problems with route cxf - netty

2013-12-04 Thread troesler
what i have found out from uri=netty:tcp://localhost:port / this configures it as server socket where clients can connect to uri=netty:tcp://localhost:port / this configures it as client that can connect to a server socket now if i have this route from uri=cxf:bean:myendpoint /