I need to consume a SOAP web service using Android.
The issue is that before request for a particular function I need to authenticate a client using basic http reque
See this. I have implemented a simple code that calls a local SOAP web service(.asmx) from Android application.
It is a simple web service to authenticate user using username and password.
Hope that helps
Cheers