Closed GoogleCodeExporter closed 8 years ago
I've tried the same request with SoapUI. Than I get the correct respons...
Original comment by jvor...@gmail.com
on 11 Jun 2012 at 4:12
Seems like the response comes encoded with gzip or something, maybe is the same
problem i had, can you please share the error message you get from
XmlPullParserException?
Original comment by jose.cas...@gmail.com
on 11 Jun 2012 at 4:22
This is the error:
48:05.957: W/System.err(300): org.xmlpull.v1.XmlPullParserException:
unterminated entity ref (position:TEXT ¬ ����������
���` I�...@1:18 in java.io.InputStreamReader@44f2d2f8)
Original comment by jvor...@gmail.com
on 11 Jun 2012 at 4:25
The hint that it might be encoded sounds good. Try getting it decoded.
Original comment by mosa...@gmail.com
on 11 Jun 2012 at 5:21
Yep, it might be the same issue i had that the response is coming encoded and
the HttpTransprtSE class is not detecting it due to the case of the Header
Content-Encode. Probably you should try to use the latest snapshot from
repository to check it
Original comment by jose.cas...@gmail.com
on 11 Jun 2012 at 10:07
"Probably you should try to use the latest snapshot from repository to check
it" ?
Could you explain ?
Original comment by jvor...@gmail.com
on 12 Jun 2012 at 9:34
What i meant is that you need to download the latest version of the source code
from the repository http://github.com/mosabua/ksoap2-android/tree/ and compile
the code via maven. This version (under development) has one change that might
solve your problem.
Original comment by jose.cas...@gmail.com
on 12 Jun 2012 at 2:42
was that resolved ?
Original comment by md.hasa...@gmail.com
on 21 Aug 2012 at 5:32
I encountered the save issue today. Getting symbols in the response. Downloaded
ksoap2 v2.5.7 lib and solved the problem.
Original comment by santiban...@gmail.com
on 21 Aug 2012 at 5:57
I am going to delete this jar since I can not verify what it contains... please
use a latest version of ksoap2-android or provide a pull request that fixes it.
Original comment by mosa...@gmail.com
on 21 Aug 2012 at 7:55
Try the latest release..
Original comment by mosa...@gmail.com
on 21 Aug 2012 at 7:56
It's October 17,2012 and this problem not solved till now.....
Original comment by ishratkh...@gmail.com
on 17 Oct 2012 at 11:05
And you have still not send a pull request with the fix ..
Come on this does not help. This is an open source volunteer effort. If you
want something done... help us out. Nobody that has the problem has provided a
way to reproduce it not to mention a fix. I do not the time or resources to
investigate this further. The project lives by the contributions from the
community and my efforts running the project and doing fixes I need in my
uses..
Original comment by mosa...@gmail.com
on 18 Oct 2012 at 5:28
Ping... can you please try with the latest 3.0.0-RC.4 .. it might resolve the
issue.
Original comment by mosa...@gmail.com
on 12 Nov 2012 at 6:28
Tested on API8 and 15. Fixed in 3.0.0-RC.4 version. Working like a charm. :)
Original comment by mangarso...@gmail.com
on 24 Jan 2013 at 1:10
Original comment by mosa...@gmail.com
on 5 Mar 2013 at 7:46
I am using latest 3.0.0 Ksoap2. Its working well in android 2 versions. But its
throwing error in Android 4.0 version and 4+ versions. Error is coming in line
"androidHttpTransport.call(SOAP_ACTION1, envelope);"
the error is.
"NetworkOnMainThreadException"
Please help me to solve this issue. The same code working fine in android 2
versions.
Original comment by Yuvi...@gmail.com
on 6 Jun 2013 at 9:39
Hi, I got it. I added these lines in onCreate function. Its worked..
StrictMode.setThreadPolicy(new
StrictMode.ThreadPolicy.Builder().detectDiskReads().detectDiskWrites().detectNet
work().penaltyLog().build());
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().detectLeakedSqlLiteObjects().detectLeakedClosableObjects().penaltyLog().penaltyDeath().build());
Original comment by Yuvi...@gmail.com
on 6 Jun 2013 at 12:19
Original issue reported on code.google.com by
jvor...@gmail.com
on 11 Jun 2012 at 12:25