Ali I got help and the consensus was next:
There are no support for WS for Android in Eclipse (only WS and standard Java EE), so you need some external libraries, like "kSOAP 2 for Android". But there are also some other libraries mentioned in the link to an answer at StackOverflow.com. Please read that and/or look at the video about kSOAP I posted the link to. Anders. Have you done it differently? Carlos A Aponte Roa http://ece.uprm.edu/~carlos.aponte https://market.android.com/details?id=com.caar.app.trackitsimple&feature=search_result&hl=en -------- Original message -------- Subject: [android-developers] Re: How insert in android a web service client created using eclipse wizard and WSDL. From: Ali Chousein <[email protected]> To: Android Developers <[email protected]> CC: Hhhmmm, when I look at errors like below, I would like to make a wild guess: > W/dalvikvm(1044): Unable to resolve superclass of > Lcom/caar/app/XXXXXXXXXXXXXXXX/interfaces/ws/BanServiceLocator; Are you getting this problem with the release build? If yes, then most probably inside your proguard.cfg you need to specify that the necessary classes should not be stripped out from the generated binary. But, as I said, this is just a wild guess. ------------------------------------------------- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered-assistant.blogspot.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

