How to call web service with Android
Posted
by BobbyShaftoe
on Stack Overflow
See other posts from Stack Overflow
or by BobbyShaftoe
Published on 2008-11-18T01:32:18Z
Indexed on
2010/04/25
1:13 UTC
Read the original article
Hit count: 617
I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very convoluted documents and references to "kSoap2" and then some bit about parsing it all manually with SAX. ... Ok, that's fine but it's 2008 so I figured there should be some good library for calling standard web services.
The Web Service is just basically one created in NetBeans. I would like to have IDE support for generating the plumbing classes. I just need the easiest/most-elegant way to contact a WSDL based web service from an Android based phone. Thanks.
© Stack Overflow or respective owner