Android Ksoap2 Web 服务
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以实现上述实现。您可以定义一种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.