Catalin,

there is TCP Tunnel listener that comes with Apache SOAP. It's a little app
that receives your SOAP requests, and forwards them to, in your case, II
Server. Neither client, nor server realize it, but you can watch the traffic
in between them. Look in the documentation on Apache site for tools in the
SOAP documentation.


HariNam

-----Original Message-----
From: Catalin Tomescu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 8:12 AM
To: [EMAIL PROTECTED]
Subject: Re: C# and Apache SOAP interoperability...


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(SoapClient
Message 
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