Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top