Return ArrayList from .net web service to android application using kSoap

Posted by benjamin schultz on Stack Overflow See other posts from Stack Overflow or by benjamin schultz
Published on 2010-06-09T17:01:43Z Indexed on 2010/06/09 17:02 UTC
Read the original article Hit count: 433

Filed under:
|
|
|
|

My web service is returning quite a bit of data, so i'm storing it in an arraylist and returning that to my application. I don't know whether or not this is the preferred method or not. When the arraylist is returned and displayed in my application, it also displays the arraylists "anyType" section. I'm new to this whole process so i'm sure i'm missing something somewhere or going about this incorrectly. Can anyone point me in the right direction please?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about android