We have to read data from a aspx page. When we call the page with a query string, it returns an xml document with data that matches the query string.
We have an XSD that matches the xml that we get back.
I am thinking that we can read the xml document out of the http response. Will this work?
How can we "bind" the XML with the XSD, such that we can treat the XML document as if it were strongly typed?
Thanks
Shiraz
Update:
Found this link on how to deserialize
http://stackoverflow.com/questions/226599/deserializing-xml-to-objects-in-c