ksoap2 - How to parse this type soap array response in android -
i want parse alternative tag name tag in android , want type parsing of arraylist info [[anytype{}],[man,kid,women,maddy],[sandy]]
authenticateresponse { options=anytype { form=anytype { name=form;id=12; option=anytype{}; }; form=anytype { name=form1 ;id=13; option=anytype { name=man;id=167;value=textview;select=male,female }; option=anytype { name=kid;id=157;value=checkbox;select=graduate,postgraduate }; option=anytype { name=women;id=147;value=textview;select=lower,upper }; option=anytype { name=maddy;id=167;value=textview;select=male,female }; }; form=anytype { name=form;id=17; option=anytype { name=sandy;id=187;value=checkbox;select=door,close }; }; }; };
please help me out
hope link may help you.. http://seesharpgears.blogspot.in/2010/10/ksoap-android-web-service-tutorial-with.html
or may help
http://stackoverflow.com/questions/3092424/parsing-ksoap2-response
android ksoap2
No comments:
Post a Comment