Hi All, I have a service method that is a time consuming process
that throws a Timeout exception. For the client my servlet container(Resin
2.1.2) configuration allows me to specify the <request-timeout>30s</request-timeout>
and my Axis stub also provides a setTimeout(). Do I have to make sure these two
settings are the same? Does one override the other? What is the default for the
stub? For the server hosting the service is it only required to
configure the servlet container <request-timeout> to be a value that will
accommodate the long running processes? Many thanks,
|
<<image001.gif>>