I am using jboss7 server, when I am creating the client for
web-service, then facing issue, java.net.SocketTimeoutException: Read timed out
. And I also tried with soap UI by increasing the Socket Timeout(ms).
in proxy setting I have changed to none. then also I am facing same issue.
Asked
Active
Viewed 4.4k times
12

TEXHIK
- 1,369
- 1
- 11
- 34

rishabh keshari 1992
- 125
- 1
- 1
- 10
-
Have you tried to ping your server? – TEXHIK Jun 09 '16 at 09:17
-
some times only i am getting SocketTimeoutException, and most off time i am getting output – rishabh keshari 1992 Jun 09 '16 at 10:19
1 Answers
26
I am using SoapUI-5.3.0 (free version)
This helped me solve the issue: https://community.smartbear.com/t5/SoapUI-NG/Error-getting-response-java-net-SocketTimeoutException-Read/m-p/123362#M28382
Basically I forgot that i set my File > Preferences > HTTP Settings > "Socket Timeout (ms):" to 1ms. So I set it to 0 and it no longer times out.

nommer
- 2,730
- 3
- 29
- 44