Hello, I have an Axis 1.3 (java) based Service that is consumed by an Axis 1.3 (java) client. I notice that (netsta -a) after the client invokes a method, it drops the TCP connection to the server. I say this because, the socket on the server side changes to TIME_WAIT state instead of ESTABLISHED state. I am positive that on the client, I don't lose reference to the ServiceLocator or the Stub. Can you please explain me this behavior and how i can keep the connection open for the entire session.
-Mahesh
