Problems using an XML Web service that returns a DataTable


In webservice it  is not possible using to a return type datatable .we get a below error.

System.Data.DataRelation cannot be serialized because it does not have a default public constructor.
http://support.microsoft.com/?kbid=306134       

Comments