larry03 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

xmlpullparser not wrok #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use "ksoap2-android-assembly-3.3.0-jar-with-dependencies.jar" and every thing 
works perfect until I ProGuard my app!

SoapObjects doesn't work in Proguarded app! just when i envelope a single 
String or int or ... and the respond is a single string or int or ... it works 
fine, but when i envelope or receive multiple variables it doesn't respond any 
more. 

I attach my proguard config ...

Original issue reported on code.google.com by Farhad...@gmail.com on 30 Oct 2014 at 5:58

Attachments:

GoogleCodeExporter commented 9 years ago
The problem is your proguard config and not ksoap2-android. Ask on the proguard 
mailinglist or stackoverflow or something.

Original comment by mosa...@gmail.com on 30 Oct 2014 at 5:53

GoogleCodeExporter commented 9 years ago
Thanks alot for quick answer :)

I did it in stackoverflow and got nothing :(
Can see my proguard config that attached and tell me the problem please? I'm 
working in this issue about one month! Please see my proguard config.

Original comment by Farhad...@gmail.com on 1 Nov 2014 at 5:35

GoogleCodeExporter commented 9 years ago
I do not have time to fix up you proguard config for you. It depends on your 
project as well. Just add one config after the other to determine what breaks 
it .. and debug it along the way.

Original comment by mosa...@gmail.com on 15 Nov 2014 at 9:26