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
Post a Comment