-
Mar 26th, 2008, 10:49 AM
#1
Spring WS client timeout settings
Hi
I am using WebserviceTemplate object to send and receive the ws soap response messages.
I am looking for directions to set the timeout for the spring ws client using the spring config files in order to avoid modifying the code when I want to change the timeout settings.
- Arun
-
Mar 27th, 2008, 08:20 AM
#2
When using Commons HttpClient, you can set the connection time out with this property: http://hc.apache.org/httpclient-3.x/...ionTimeout(int)
-
Mar 27th, 2008, 04:31 PM
#3
Hi Arjen
It is working for me when I used apache commons HttpClient
I guess , it tries 3 times to fire the request by default.
Is there any parameter in httpclient provides developers to increase the try count ( let us say 5 times instead of 3 times ) ?
Thanks
Arun
-
Apr 2nd, 2008, 11:03 AM
#4
Do you know how to configure it i.e. did you get it working?
-
Mar 20th, 2009, 08:26 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules