In this exercise you are going to extract information from XML documents using XPath and the C# class XmlDocument.
From the example xpathExamples extract some more information from the XML document bookstore.xml (you are allowed to change / add to the XML document to make it more interesting).
Ideas:
Several of the web service you tried return XML documents.
For some of the web services extract relevant information from the documents.