tags:

views:

450

answers:

1

Hi, I can call a webservice with KSOAP2 from android,now i want to know is it possible to call it without using KSOAP.If anyone knows the answer please help me.

A: 

If the webservice is available with a rest api I would use Restlet. I have some blog posts that show simple examples of using this library here.

broschb