简体   繁体   English

将ksoap2响应解析为int数组

[英]Parsing ksoap2 response into array of int

I get a response from the web service: 我从Web服务获得响应:

GetMonthsResult=anyType{int=1; int=2; int=3; int=4; int=5; int=6; int=7; int=8; int=9; int=10; int=11; int=12; }; 

How can I parse it into an array of int? 如何将其解析为int数组?

Here is a tutorial on how to work with array of complex objects with KSOAP . 这是有关如何使用KSOAP处理复杂对象数组的教程 It will help you 会帮你的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM