Hi
I'm using a webservice which returns a string which contains an XML fragment. All I need to do is read this into a dataset but I can't figure out how to do it. If I write the string to a file and then read the XML file in to the dataset using ReadXml() it works fine.
I'm sure it can't be hard. Any help would be appreciated.
Thanks
Chris
I'm using a webservice which returns a string which contains an XML fragment. All I need to do is read this into a dataset but I can't figure out how to do it. If I write the string to a file and then read the XML file in to the dataset using ReadXml() it works fine.
I'm sure it can't be hard. Any help would be appreciated.
Thanks
Chris