java - Parsing ksoap2 response -


i use ksoap2 lib communicating android client soap web service. great job done ksoap team, problem is, there no example how use correct in different aspects. instance in soap response following data:

anytype{     statussetting=anytype{id=1; name=til afskrivning; locationid=1; editable=true; default=true; transcribed=false; };      statussetting=anytype{id=2; name=afskrevet; locationid=1; editable=false; default=false; transcribed=true; };      ... } 

it's complex object, or rather collection of statussetting objects. when try property of soapobject it's 1 property data string. can't parsed json too. unbelievable nobody met same problem regarding popularity android gaining. cool know if solved issue , how. thanks.

here tutorial on how work array of complex objects ksoap. found out countless hours of debugging. hope hepls


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -