In my web-service client (JAX-WS RI 2.2.9-b14002) I'm setting quite low connection and request timeouts, but for some methods I would like to override them in a way that default timeout doesn't change. Saying it in different words, I would like to set higher request-timeout when user invokes specific method, preserving the default timeout for all other methods.
Thanks in advance, bye
You can do that by using request context I believe