How to return xml from .net webservice
Posted
by kaibuki
on Stack Overflow
See other posts from Stack Overflow
or by kaibuki
Published on 2010-05-21T14:05:03Z
Indexed on
2010/05/21
14:10 UTC
Read the original article
Hit count: 241
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
© Stack Overflow or respective owner