You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Hewitt, Christopher" <Ch...@tdsecurities.com> on 2005/02/18 20:05:11 UTC

Client-side timeout + proxy interfaces

Hi,

Is it possible to set the client's timeout when using proxy interfaces?
The only information I have ever found on setting a client-side timeout requires the use of Call objects, which are unnecessary with dynamic proxies.
It seems that the client will eventually timeout after 10 minutes, but this is most likely done by the java http transport classes, and not axis (correct?).

Any tips would be appreciated.

Thanks,

Chris Hewitt