使用kso​​ap访问webservice

Use ksoap to access webservice

我很容易找到一些有关 SOAP Web 服务的信息。 我的 Web 服务有一个 link: http://www.webservicex.com/globalweather.asmx?wsdl

现在我的问题是如何找到 NAMESPACE、SOAP_ACTION、METHOD_NAME 和 URL...

本教程很好地解释了在哪里可以找到命名空间、soap_action、method_name 和 url: http://www.nascenia.com/consuming-soap-web-services-from-android/

也来自this blog

SOAP_ACTION = NAMESPACE+METHOD_NAME (always)

URL will be your webservice url.