How to call SOAP web service in 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 2014/06/04 15:25 UTC
Read the original article Hit count: 146

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about android