문제

I get a response from the web service:

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?

도움이 되었습니까?

해결책

Here is a tutorial on how to work with array of complex objects with KSOAP. It will help you

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top