I have little problem to find some information about SOAP web service. I have a link for my web service: http://www.webservicex.com/globalweather.asmx?wsdl
And now my problem is how to find NAMESPACE, SOAP_ACTION, METHOD_NAME and URL...
This tutorial explain well where to find the namespace, soap_action, method_name and url: http://www.nascenia.com/consuming-soap-web-services-from-android/
Also from this blog:
SOAP_ACTION = NAMESPACE+METHOD_NAME (always)
URL will be your webservice url.