Axis Client Time Out Problem
Hi Friends,
I have written axis client to consumt .NET webservice. I have to call many methods of the same ws in sequencial order of the success or each. But my total time in integerated environment is 10 seconds, so the execution of this client program should finish in 10 seconds whether I get the result or not.
I am using stub.setTimeout(10000) but it is not timing out. I am using axis 1.21. Please let me know if you have any idea.
Thanks!
-Alok

