WebRequest POST XMLDOM Not XMLDOM.xml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Harkness

    WebRequest POST XMLDOM Not XMLDOM.xml

    I am trying to post an XML DOM to an ASP page using WebRequest. (C#)
    I know how to use a stream to send xml data but a stream is primarily
    intended for text.
    The asp page expects an XML object.

    Any help would be GREATLY appreciated.

    dave.harknessNO SPAMMING@comcas t.net

  • John Saunders [MVP]

    #2
    Re: WebRequest POST XMLDOM Not XMLDOM.xml

    "Dave Harkness" <someone@imark. comwrote in message
    news:u8btiPThIH A.1164@TK2MSFTN GP02.phx.gbl...
    >I am trying to post an XML DOM to an ASP page using WebRequest. (C#)
    I know how to use a stream to send xml data but a stream is primarily
    intended for text.
    The asp page expects an XML object.
    I bet it doesn't. Not if it expects it to be POST'ed. I bet it expects a
    string.

    How does it use the form variable that contains the XML?
    --
    --------------------------------------------------------------------------------
    John Saunders | MVP - Windows Server System - Connected System Developer


    Comment

    Working...