开发者

Call asp.net web service in android

开发者 https://www.devze.com 2023-04-05 23:35 出处:网络
I have create an web service in asp.net. now i want to call that w开发者_运维技巧eb service in android.

I have create an web service in asp.net.

now i want to call that w开发者_运维技巧eb service in android.

Please Help me.

I need a correct code with the little bit of description so that I can understand the code.

Thanks in advance


First of all, add ksoap to your project.

And then you just need to follow this

I was looking for the same resource, and I used ksoap. It works like a charm. I recommend you to use it.

Please let me know if you have more doubts, I'll be glad to help you.

Thanks.


If it is a SOAP web service you probably want to use ksoap2-android. There is lots of links and documentation on the site as well as a mailinglist on which myself and other try to help out.

0

精彩评论

暂无评论...
验证码 换一张
取 消