On Tue, May 1, 2012 at 7:11 PM, Carlos A Aponte Roa <[email protected]> wrote: > Sorry. My mistake. I created a web service client using eclipse wizard and a > wsdl and I need to add it to my android app.
Android does not natively support Web service clients of that sort. You will need to figure out how to use a third-party JAR for that (e.g., kSOAP2). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

