android - GETTING RESPONSE FROM WEBSERVICE -
i new android new webservices..kindly me out
anytype{users=anytype{firstname=gkdgkfdgzff; lastname=hfhff; phnnumber=hdd; creditcard=gdjd; email=dhd; country=gdhd; }; }
i getting response webservice, how can extract values , can store in variables?? webservices written in asp.net c# in advance
one of purposes of webservices allowing possibility of consuming exposed data platform, that's why response when consume it, comes in formats every platform has libraries process(like json), fact written in asp.net c# not important. in android case parsing responses in json format pretty easy using org.json library, assuming response in json format, wish in case not correctly formatted, here link expose way parsing response.
edit: here link restclient developed myself wich can use consume exposed data via classic http methods(get , post). hope helps.
Comments
Post a Comment