David Brown
David Brown

Reputation: 4823

Calling a Web Service in Android

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

Answers (1)

Fernando Miguélez
Fernando Miguélez

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

Related Questions