Consuming a SOAP webservice without ksoap2 in Android
In my Android application, i'm using ksoap2 library for consuming a soap ( & .net) webservice. It works correctly but it's very slow (for parsing, controls, loops and Base64ToBinary processes). I want to parse it more fast. Is it possible to parse it without using ksoap2? Any ideas? Thanks for your recommendations. You can use DefaultHttpClient to do this. In here ( How to call SOAP web service with Android ) you can find a code snippet. Andrew Anderson Android doesn't provide built-in support to SOAP . You must provide out of the box support using KSOAP2 or similar libraries For other ideas,