Hi Asankha! > I guess all you need is how to manipulate a client socket in Java [1]. You > could use the SO_TIMEOUT = 0
Will it maintain my socket connection opened after successives calls? Could I use *the same* socket to send another "command" to my legacy application? I'm asking it because I know by design web services are stateless, so I think that will be destroy all socket connections when it ends. I'm wrong? Thanks very much for your help, -- --fx
