问题描述
我有一个使用WSDL / SOAP进行通信的一些Web服务。具体来说,我使用PHP和的NuSOAP,使他们。我怎样才能在Android上使用这些Web服务?我将很快得到一个新的Android手机,所以我需要知道。
I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make them. How can I use these web services on Android? I am going to get a new Android phone soon, so I need to know.
这是很容易与Windows Mobile和Visual Studio做到这一点。
It is easy to do it with Windows Mobile and Visual Studio.
感谢
推荐答案
Android不附带SOAP库。但是,你可以在这里下载第三方库:
HTTP://$c$c.google.com/p/ksoap2-android/
Android doesn't come with SOAP library. However, you can download 3rd party library here:
http://code.google.com/p/ksoap2-android/
如果你需要使用它的帮助,你会发现这个线程帮助:
http://stackoverflow.com/questions/1052300/how-to-call-a-net-webservice-from-android-using-ksoap2
If you need help using it, you might find this thread helpful:
http://stackoverflow.com/questions/1052300/how-to-call-a-net-webservice-from-android-using-ksoap2
这篇关于Android的WSDL / SOAP服务客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!