Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top