I'm writing a program that accesses a public web service. The web service has one web method. After referencing the service and creating an instance of it i'm retrieving the data from the web method.
The problem: The data that gets retrieved is a long string of xml. What I don't know how to do is put it into a string variable and get the values in the tags or elements. My guess is along the lines of StringReader and DataTable objects but i'm unsure of how to link everything together.
any ideas?
thanks