How can I see the HTTP sent/received from the IIS?
I would like to see the exact content of the SOAP message.
I'm using .NET Beta2 and when I try to make a call to an Apache Web service 
form a C# program I receive the following error:

Unhandled Exception: System.Net.WebException: The request failed with HTTP 
status 400: Bad Request.
   at 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage 
message, W
ebResponse response, Stream responseStream)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
methodName, Object[] parame
ters)
   at MyServiceProxy.addNumbers(Double numberOne, Double numberTwo)
   at TestProxy.Main()

Need some help with this.

Thanx
Catalin


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to