Showing posts with label sax. Show all posts
Showing posts with label sax. Show all posts

Tuesday, May 29, 2012

How to call SOAP web service with Android


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.

Monday, April 16, 2012

How to parse XML using the SAX parser


I'm following this tutorial .



It works great but I would like it to return an array with all the strings instead of a single string with the last element.

Tuesday, April 10, 2012

How to parse XML using the SAX parser


I'm following this tutorial .



It works great but I would like it to return an array with all the strings instead of a single string with the last element.