Does anyone have a simple example of how to parse the XML that is returned from GetOrder service? I thought I'd be able to use an object data source against the service reference, but that only gets me innerXml, outerXML, etc. in to a grid, where really I want the data from the outerXML in dataset form so that it can be manipulated and used and therefore I assume I needed to use some code behind loops and logic, but I don't know where to start. Ultimately it appears the API provides <order> and related <orderDetails>, but I'm not sure how to access and read/parse using C#?
Anyone have any examples?
Thanks in advance
Anyone have any examples?
Thanks in advance