【问题标题】:Parsing ksoap2 response into array of int将 ksoap2 响应解析为 int 数组
【发布时间】:2013-11-15 11:06:47
【问题描述】:

我收到来自网络服务的响应:

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; }; 

如何将其解析为 int 数组?

【问题讨论】:

  • 您尝试使用什么类型的响应。JSON/XML

标签: java android web-services soap ksoap2


【解决方案1】:

这是how to work with array of complex objects with KSOAP 的教程。它会帮助你

【讨论】:

猜你喜欢
  • 2011-04-22
  • 1970-01-01
  • 1970-01-01
  • 2023-03-08
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多