I am using Samsung S3 (ICS 4.0.4). I encounter a problem with ksoap2 library over WIFI.
My webservice doesn't work sometimes using ksoap2 library when WIFI connection is used.
It throws an exception,
java.net.SocketTimeoutException at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:130)
I have to use webService with ksoap2.
**The main point is it works perfectly with 3G connection but not on WIFI
Can anyone help me ?