Forum Moderators: open
Could any one help me in this regard.
Thanks in Advance,
Venkat
Your web service can just return the XML document and then you can create the IXMLDOMNodeList from the XML dom doc.
You can make a reference in your web service to the COM msxml2.dll and then just set the return of your web method to MSXML2.IXMLDOMNodeList
You may also want to try using the System.XML.XMLNodeList which might work.