Parse KSoap2 response in android [duplicate]

怎甘沉沦 提交于 2019-11-28 12:24:43

Take a look here, I believe this code is optimized for working with complex types and returning arrays of complex types with KSOAP:

Web Service That Returns An Array of Objects With KSOAP

You can set up automatic marshalling. Check out the links section on the ksoap2-android project for links to some tutorials.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!