可以在Android中使用这个网络服务器(http://dt106696/BpassPlus/General.asmx?WSDL)吗?

发布于 2024-11-06 09:11:49 字数 243 浏览 1 评论 0原文

我需要知道是否可以使用此网络服务 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紧拥背影 2024-11-13 09:11:49

您指定的链接指向一个 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文