可以在Android中使用这个网络服务器(http://dt106696/BpassPlus/General.asmx?WSDL)吗?
我需要知道是否可以使用此网络服务 http://dt106696/BpassPlus/General.asmx?WSDL< /a> 在 Android 应用程序中。有可能吗?
这是一个简单的 Web 服务,只有一种方法和多种类型的参数。 怎样做才最好呢?使用 ksoap2 ?
谢谢
i need to know if it's possible to use this webservice http://dt106696/BpassPlus/General.asmx?WSDL in Android application. It's possible?
This is a simple webservice with only one method and many types of arguments.
How is the best make it? using ksoap2 ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您指定的链接指向一个 Windows 网络名称,对于逻辑上与您不在同一 Windows 网络上的任何人来说,该名称都无法解析。
Ksoap 有适用于 Android 的库,除非您正在做一些真正奇怪的事情,否则应该能够满足您的需求: http://code.google.com/p/ksoap2-android/
The link you specified is to a Windows network name that will not resolve for anyone who is not logically on the same Windows network as you.
Ksoap has libraries for Android, and unless you're doing something truly bizarre should be able to handle your needs: http://code.google.com/p/ksoap2-android/