XmlNode to XmlDocument.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jens Jensen

    #1

    XmlNode to XmlDocument.


    Hello,
    I have built a client of a websevrice. I call a webmethod that takes an
    Xmldocument object and returns an Xmldocument object.
    When i add a refernce to this webservice on the client, then the input
    output types of my webmethod generated in the proxy class are changed to
    XmlNode. This mean, I get XmlNode as input argument instead of XmlDocument
    and the same for the return type.

    I'm using Vsual Studio 2005.


    How do i get my XmlDocument back from the XmlNode?

    Any help will be highly appreciated.

    many thanks in advance
    JJ


Working...