Closed GoogleCodeExporter closed 9 years ago
same problem over here! could the project owner fix this or publish a
workaround?
Original comment by androidc...@googlemail.com
on 13 Apr 2009 at 7:40
The problem is that there are two .class files in this jar doubled. Look:
% jar tf ksoap2-android-2.2-jar-with-dependencies.jar| sort | uniq -c | sort
-nr |
head -n 2
2 org/ksoap2/transport/AndroidServiceConnection.class
2 org/ksoap2/transport/AndroidHttpTransport.class
Workaround is to rename the jar file to .zip extension, remove doubled files
(either
by hand in fancy graphical zip utility or by just command-line unzipping it
answering
'[A]ll' when asked if override duplicated files and zipping it back) and rename
back
to jar.
I suppose that real problem lies somewhere in the jar creation in build process.
Cheers!
Original comment by Krzyszto...@gmail.com
on 15 Apr 2009 at 10:24
[deleted comment]
Thx Krzysztof.Goj.
Problem fixed ;)
Original comment by androidc...@googlemail.com
on 16 Apr 2009 at 4:29
androidcrew, krzysztof
can you please post the complete source code on how to call soap server??
thanks
Original comment by tony.che...@gmail.com
on 16 Apr 2009 at 9:03
This is a duplicate of Issue #2.
Original comment by karl.mic...@gmail.com
on 17 Aug 2009 at 12:03
thank you. it helped me a lot :)
Original comment by alsw...@gmail.com
on 7 Jul 2010 at 8:38
jANO, thank's a lot! it works for me ...:!!!!!
Original comment by janoar...@gmail.com
on 6 Aug 2011 at 12:04
Original issue reported on code.google.com by
aliciabo...@googlemail.com
on 11 Apr 2009 at 8:45