有没有通过 ksoap 2.5.4 调用 android 中的 web 服务的教程?
朋友,
我想使用 ksoap 2.5.4(或最新)库调用 web 服务,任何人都可以指导我使用它的过程是什么或教程的任何链接吗?
还有一件事是其中存在与请求超时相关的实现吗?
任何帮助将不胜感激。
friends,
i want to call webservice using ksoap 2.5.4(or latest) library any one guide me whats is the procedure of using it or any link of tutorial?
and one more thing is there request timeout related implementation exists in it?
any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试在这里查看:基本 KSOAP Android 教程
try looking here: Basic KSOAP Android Tutorial
我提供了一些有关在 Android 上使用 kSOAP 的教程。我希望其中之一能有所帮助。
http://roderickbarnes.com/blog/category/technology/web-services-technology
在使用 API 之前了解全局非常重要。我的代码中的注释应该可以阐明更大的想法。
I have provided a few tutorials on using kSOAP with Android. I hope one of them helps.
http://roderickbarnes.com/blog/category/technology/web-services-technology
It is very important that you understand the big picture before just using the APIs. The comments in my code should shed a little light on the bigger idea.