M
Marcos MOS
Hi all,
I've created a WebService's Sql Server by SOAP, and it results a
System.Xml.XmlElement to my WindowsApplication (C#)... so How Can I insert
this "XmlElement" in a new DataSet?
I know that there is a DataSet's method (ds.ReadXml()), but it expects a
XmlReader and I don't know how transform my XmlElement to XmlReader....
Any Ideas?
thanks a lot
Marcos
I've created a WebService's Sql Server by SOAP, and it results a
System.Xml.XmlElement to my WindowsApplication (C#)... so How Can I insert
this "XmlElement" in a new DataSet?
I know that there is a DataSet's method (ds.ReadXml()), but it expects a
XmlReader and I don't know how transform my XmlElement to XmlReader....
Any Ideas?
thanks a lot
Marcos