使用 ksoap2 使用具有复杂数据类型的 Web 服务访问 Android 上的 Web 服务
我目前正在尝试使用 ksoap2 编写一个 Web 服务客户端。该 Web 服务正在返回复杂的数据类型。我需要使用我的 Web 服务客户端获取该对象。
Please provide some pointers to achieve the same.
I am currently trying to write a webservice client using ksoap2.The webservice is returning the complex data type.I need to get that object using my webservice client.
Please provide some pointers to achieve the same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果复杂数据类型是层次结构,则创建 SoapObject 直到获得最后一层。例如,以下代码片段使用三个 SoapObject 来获取肥皂响应的键和值:
If the complex data type is hierarchy then create SoapObject until you get the last level. For example the following code snippet uses three SoapObjects to obtain the key and values of a soap response: