I am currently working on an application in android where I need to call the Web Service. I am working in Android and I don't have an idea about how to call a开发者_如何学JAVA web Service in Android.
So, can anybody please help me out in how to call a Web Service in Android Programming.
Thanks, david
We use Ksoap2 WS-Stack implementation, suitable for constrained devices such a mobile phone. You can not use it directly on Android. However there is a port with some small tweaks so it can work. You can find it here.
精彩评论