Posted on: 4/4/2014 5:28:26 PM | Views : 406

Hello
I am trying to consume a webservice that returns all possible zipcodes for a city when city parameter is supplied.  I have added a web reference to http://www.webservicex.net/uszip.asmx in my website. When I invoke the service I see that it lists a method called GetInfoByCity, when I supply a parameter of 'Miami' it returns the XML file like this:
_________________________________________________________________________________________________________________________________________________________________________________________ This XML file does not appear to have any style information associated with it. The document tree is shown below. <NewDataSet> <Table> <CITY>Miami</CITY> <STATE>AZ</STATE> <ZIP>85539</ZIP> <AREA_CODE>520</AREA_CODE> <TIME_ZONE>M</TIME_ZONE> </Table> <Table> <CITY>Miami</CITY>
Go to the complete details ...