Hi,

I am trying to figure out how to make a socket call during a inbound web service call. I am using Spring WS to handle the incoming call which puts the message on a channel. That message is then sent to a server via a tcp-outbound-channel-adapter and a tcp-connection-factory.

This all works fine but I can not figure out how to get the response back to the method the received the web service call. Could you point me to a example that demonstrates something similar to this?

Thanks

Frank