Android Ksoap2 Web 服务

发布于 2024-11-04 01:44:49 字数 217 浏览 1 评论 0原文

我想使用 SOAP Web 服务制作一个应用程序,其中我有一个与三个 Android 设备通信的 Web 服务。我的两个 Android 设备将向 Web 服务发送一些数据,而 Web 服务会将这些数据发送到我的最后一个 Android 设备。我想知道是否可以使用 KSOAP2 库将数据从这两个 Android 设备传输到 Web 服务,或者是否存在其他实现想法,我可以在其中将数据从这两个设备传输到我的最后一个设备。

I want to make an application using SOAP web service, in which I have a web service that communicates with three android devices. Two of my android devices will send some data to the web service, and the web service will send this data to my last android device. I want to know if it's possible to transfer data from that two android device to the web service using KSOAP2 library, or if exists other implementing ideas in which I can transfer data from that two devices to my last one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

云之铃。 2024-11-11 01:44:49

您可以实现上述实现。您可以定义一种Web服务可以理解的消息格式来将数据传输到最后一个。

You can achieve the above implementation .You can define a message format that can be understand by a webservice to transfer a data to the last one.

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