parsing - How to parse soap object data android? -


i getting response java web service using ksoap2, like

couponslistresponseparams{response=anytype{couponid=333; coupon_name=remedy2; coupon_amount=1500; coupon_expiry_date=2012-05-02 00:00:00.0; }; response=anytype{couponid=111; coupon_name=remedy; coupon_amount=500; coupon_expiry_date=2012-05-02 00:00:00.0; }; response=anytype{couponid=222; coupon_name=remedy2; coupon_amount=1000; coupon_expiry_date=2012-05-02 00:00:00.0; }; }

please 1 me how parse data, want copon id, coupon name etc..

please me

thanks in advance.

if make problem read type of complex data use httppost method read soap service. httppost method return xml after read soap service.

you can able parse return xml using xml dom parse.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -