Problems with XMLDocument and WebServices

lost888

New Member
Hello,<BR><BR>I have a web service which generates XML in order to fill <BR>a IEWebControls Tree on the client (setting TreeNodeSrc to <BR>the .asmx).<BR><BR>The problem is that in the web service, i use a <BR>XMLDocument to generate all the info, and also XMLDocument <BR>as return type of my [WebMethod]. When called, the <BR>response looks like:<BR><BR> <?xml version="1.0" encoding="utf-8" ?> <BR>- <AnyNode xmlns="http://tempuri.org/"><BR>- <TREENODES xmlns=""><BR> <TREENODE id="62">Traitement</TREENODE> <BR> <TREENODE id="244">D
 
Back
Top