Hi Asankha! > What is the connection to your legacy backend? is it plain TCP sockets or > HTTP etc?
It's a proprietary protocol over plain TCP. > The Apache Synapse ESB (http://synapse.apache.org) allows you to build proxy > services for transport, message format switching and message transformation > and a load of other features. You may want to consider building your proxy > in alignment with Synapse I'll look it, but I think need something more simple. I just want to my web service hold the socket connection with my application (i.e., don't closed the socket), so I won't need reestablish this connection. Thanks for your attention, -- --fx
