> Hi,
>
[quoted text clipped - 10 lines]
> SOAP message directly to test my webservice(without the use of proxy
> class).
Certainly. You can write a test harness which reads the XML file, then uses
the WebRequest/WebResponse classes to send the SOAP to the service and
receive the response. Your test harness can then write the result to a file,
where you can examine it.

Signature
John Saunders [MVP]
Rajiv - 18 Apr 2007 06:18 GMT
Thanks for the reply, John.
Is there some sample code that I can refer to for the Test harness?
Thanks again.
Rajiv
> > Hi,
> >
[quoted text clipped - 15 lines]
> receive the response. Your test harness can then write the result to a file,
> where you can examine it.
John Saunders [MVP] - 18 Apr 2007 12:08 GMT
> Thanks for the reply, John.
>
> Is there some sample code that I can refer to for the Test harness?
Take a look at the MSDN documentation on WebRequest. It will give you a
start. See
http://msdn2.microsoft.com/en-us/library/system.net.webrequest.aspx.

Signature
John Saunders [MVP]