Hi,
I am using axis2 1.4.1 and having problems with the timeout setting. I try to set the timeout value to be 30s by:

stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(30000);

However, it doesn't work. Any method call will still return successfully even long after 30s has passed.

Has anyone seen the same problem?

Thanks,
Chad

Reply via email to