Closed GoogleCodeExporter closed 9 years ago
There is no way to determine whats going on from this issue. You need to debug
this yourself .. and if it happens only on that device and not others .. its
not a ksoap problem most likely.
Original comment by mosa...@gmail.com
on 29 Jan 2015 at 12:21
I encountered the same problem, too.
This problem seems like there is a class with the same name
"SoapSerializationEnvelope" in M8 framework and the class in M8 is referenced
first.
After trying to change the class name in ksoap2, this problem seems like to be
solved.
Unfortunately, there is another problem occurred after changing the class name.
The error log says:
java.lang.IllegalAccessError: Illegal class access:
'org.ksoap2.serialization.SoapSerializationEnvelop' attempting to access
'org.ksoap2.serialization.DM'
Does anyone know what is going on?
Original comment by andrewha...@gmail.com
on 30 Jan 2015 at 2:45
Ahh.. they might have added ksoap2 android in their firmware.. that would
explain it. Not sure that is anything you can do beyond shading the whole
ksoap2-android package you use and any dependencies into your own namespace. A
rather huge undertaking..
Original comment by mosa...@gmail.com
on 30 Jan 2015 at 6:04
OK. I got it. Thanks for help.
Original comment by andrewha...@gmail.com
on 2 Feb 2015 at 3:22
thanks for help.
Original comment by joeyLai...@gmail.com
on 2 Feb 2015 at 5:20
Hello, we seem to a similar problem. We access a .net Webservice with our app
using koap2 since years without any problems, but on a HTC M8 with lollipop all
webservice parameters are received as "null" or "0".
What did you do to fix it ? Thanks for any help.
Original comment by reinhard...@gmail.com
on 4 Feb 2015 at 1:04
[deleted comment]
Please check my temporary solution:
http://stackoverflow.com/questions/28339539/app-crash-on-lollipop-for-web-servic
e-call-htc/28370875#28370875
Original comment by muzaffer...@gmail.com
on 6 Feb 2015 at 5:02
Thanks, your solution works 100 %,and it's a proof that HTC has added ksoap2 to
their framework. Thanks again.
Original comment by reinhard...@gmail.com
on 9 Feb 2015 at 4:12
I am also having this issue.. as per analytic Im getting NoSuchMethodException
on call() method of Transport.
I'm using ksoap2-3.3.3
Original comment by vdkhakhk...@gmail.com
on 11 Feb 2015 at 12:56
Original issue reported on code.google.com by
joeyLai...@gmail.com
on 28 Jan 2015 at 7:34