Ask a Question related to ASP.NET Web Services, Design and Development.
-
Stephen Ahn #1
XmlTextWriter to XmlDocument
I have a web method which takes an XmlDocument
as parameter. On the client side, I create custom
Xml by using XmlTextWriter.
Is there an easy way to pass the Xml
generated by the XmlTextWriter to the web
method which takes XmlDocument ?
I can think of :
- use XmlTextWriter to create XML
- use XmlDocument.Load to load
generated XML. Send the XmlDocument
as parameter.
Is there a more direct/faster way ?
TIA,
Stephen
Stephen Ahn Guest
-
XmlDocument and cloneNode
Hello, How can one copy an XmlDocument "A" into another XmlDocument "B" When I say "copy", I mean to replace the XmlDocument "A" completely... -
XML and XMLDocument API confusion
Perhaps I'm reading this wrong or missing something but it seems there is a circular reference in the API for XML and XMLDocument. I'm starting to... -
Why is the return value not XmlDocument ?
hi gurus I have a asp.net web services and in that i have a function which returns XmlDocument as the return value, when I test the service it... -
XmlDocument
Hello, How can one copy an XmlDocument "A" into another XmlDocument "B" When I say "copy", I mean to replace the XmlDocument "A" completely... -
loading xmlcontent from one xmldocument into another xmldocument
Hi, I get xml data into one xmldocument and other xml data into a second xmldocument. Let's say the structure of the first is <Table>...



Reply With Quote

