Asp.net Web Services?

  • Thread starter Thread starter Bilal Ahmad
  • Start date Start date
B

Bilal Ahmad

Guest
Hi,

I am new to web services, I have learned how to create webservices and how to consume them by adding reference and creating a class and passing out parameters to functions and getting results as string. Please answer my three questions shortly

(1) What are the possible ways of web services, tell with short examples if possible?

(2) What is the best way to consume it?

(3) How can I get the XML format instead of the string so that I can format it and save it as an XML data in memory and traverse it easily because string are not easy to traverse when you get the data in return and it contains several records

(4) Same as question 3, How you will handle the data returned from web service having several records, one such example is the webservice http://webservicex.net/globalweather.asmx?op=GetCitiesByCountry because it returns string contaning multiple cities.

Thanx in advance for your precious time in answering my above questions, I have done some searching but I am still confused.
 
Back
Top