Hi Fellows,
I would like to post a SOAP Message to a listening Web Service. This SOAP
Message is hand-created by me (Please dont ask me why ;))
So, I intend to create the XML SOAP Message and then send it out *manually*
instead of using any proxy classes or Invoke methods.
An example would be to use the MSXML.XMLHTTP30 Classes, compose and write
the message, set the appropriate headers and post it.
I would like to use managed code in .NET now, what classes am I looking at
and what is the best way to do this ?
Any links, advice or pointers would be very much appreciated.

Signature
Thank you very much
Martin Honnen - 10 Jul 2004 18:42 GMT
> I would like to post a SOAP Message to a listening Web Service. This SOAP
> Message is hand-created by me (Please dont ask me why ;))
[quoted text clipped - 7 lines]
> I would like to use managed code in .NET now, what classes am I looking at
> and what is the best way to do this ?
Have a look at XmlWriter/XmlTextWriter in System.Xml to create the XML
(well SOAP) and write it to the RequestStream of a HttpWebRequest.

Signature
Martin Honnen
http://JavaScript.FAQTs.com/
Michael Herman \(Parallelspace\) - 02 Aug 2004 17:39 GMT
Checkout
http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en
-us/dnwse/html/wsemessaging.asp
> Hi Fellows,
>
[quoted text clipped - 11 lines]
>
> Any links, advice or pointers would be very much appreciated.