> In the past I have taken the easy way out and programmed my web
> services to return a dataset. This was fine because my consumers were
[quoted text clipped - 8 lines]
> I imagine I just need helper function that will convert the datatable
> to xml...
Hi James,
as you know Datasets are transferred over the wire in XML format so you can
look for or implement a parser that handles the xml. Dataset class has
GetXml() method that returns the raw XML.
Also you may choose to use custom objects and serialize them by applying
XmlElementAttribute and etc.
Regards,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MVP, MCT, MCSD.NET Early Achiever