Retrieving XmlDocument class object from .net web service in Android -
i have xml data .net web service. webservice returns xmldocument object. have been unable retrive/interpret data xml start tags etc. looks
methodresponse{methodresult=anytype{buildingpermits=anytype{permits=anytype{apno= 1829; ycoord=36.09593993; xcoord=-80.24505836; jobaddress=200 w second st winston-salem 27101-; status=closed; }; ...
i can succssfully retrieve xml data if sent string rather xmldocument. there way xml data webservice returns .net object xmldocument or not practical?
i think better off retrieving xml data string. see working xml in android variety of ways of dealing xml data.
Comments
Post a Comment