Hi Guys!!
I am reading data and filling a data set and want to return xml, in a .net web service. so far I am trying to use
return mydataset.getxml();
but it is not helping as my method return type is "DataSet"
so is there any way I can get a well formatted xml.
Thanks