Closed GoogleCodeExporter closed 9 years ago
Having the same problem here.
Original comment by rafaelno...@gmail.com
on 19 Apr 2013 at 4:10
I used to get this exception which got solved when i used K-SOAP 3.0.0 RC4
Original comment by rbhhere
on 19 Apr 2013 at 8:50
have the same issue
Original comment by ofe...@etoro.com
on 1 May 2013 at 7:50
It's not a problem of ksoap2-android. It's a well known android bug.
Just add this line before executing the request and the problem should be
solved:
System.setProperty("http.keepAlive", "false");
Original comment by SigmaEps...@gmail.com
on 1 May 2013 at 8:27
this solution does not work for me
Original comment by dumoulin...@gmail.com
on 2 May 2013 at 1:36
should that be keepAlive = true or keepAlive=false?...i'm having the same issue
using ksoap2 v3.0
Original comment by binomial...@gmail.com
on 5 May 2013 at 7:46
Thank you so much, totally fix this issue for me!
been looking for this solution for so long.
P.S i'm using ksoap v3.0RC and just added
System.setProperty("http.keepAlive", "false");
before making the call, like said in the original post
Original comment by ofe...@etoro.com
on 9 May 2013 at 8:03
Original comment by mosa...@gmail.com
on 15 Oct 2013 at 3:46
ok ,i find WHY.check your Variables WEB returned,if a variable not
instantiated.the problem may be come up.
Original comment by xuqishen...@gmail.com
on 9 Dec 2013 at 2:02
i fixed this issue in the same way as #7 thanks very much
Original comment by hanguoxi...@gmail.com
on 21 Mar 2014 at 1:47
Original issue reported on code.google.com by
SigmaEps...@gmail.com
on 18 Mar 2013 at 6:16