Returning XMLDocument from Service
-
Hi, I have created service in which I am fetching data from database write that in xmldocument and returning XMLDOCUMENT. But it raised error in client page "System.Xml.XmlDocument" can not serialized. is anybody have any solution. Thanks, Nagraj
-
Hi, I have created service in which I am fetching data from database write that in xmldocument and returning XMLDOCUMENT. But it raised error in client page "System.Xml.XmlDocument" can not serialized. is anybody have any solution. Thanks, Nagraj
Hi Nagraj, we had a similar problem sending an XMLDocument via WCF. What we did is to encode the xml-Document with Base64, so that we transfer a string representing the document. Maybe this is an option to you. Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.