Reputation: 4823
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 web Service in Android.
So, can anybody please help me out in how to call a Web Service in Android Programming.
Thanks, david
Upvotes: 0
Views: 912
Reputation: 11316
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.
Upvotes: 1