Re: HTTP/SOAP messages to file

2005-11-12 Thread Davanum Srinivas
Apache SOAP has a commandline utility. -- dims On 11/11/05, Dies Koper <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to save the messages sent between my client and server to > file. I am looking for a tool like SOAPMonitor or tcpmon, but with a cmd > line option (no GUI) to capture the me

Re: HTTP/SOAP messages to file

2005-11-11 Thread Jeff Greif
Search in the axis user guide for samples.userguide.example4.LogHandler. Perhaps this would suit your needs. In the deployment file provided, you can also put the same handler into the response flow to log both request and response messages. Also see the javadoc for org.apache.axis.hand

RE: HTTP/SOAP messages to file

2005-11-11 Thread Jarmo Doc
I recommend Ethereal (general network sniffer) or Fiddler (Windows-only HTTP proxy). Fiddler is simpler to configure for HTTP (because you don't have to configure anything!) To get your Java client to use Fiddler as a proxy, run: java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort= mytestcl

Re: HTTP/SOAP messages to file

2005-11-11 Thread Ron Reynolds
we need to set up the FAQ so we can send links to specific questions in it as responses. this one comes up an whole lot. if you can, simply add this to your log4j.properties file on the server and/or client sides: log4j.appender.HTTPLOG = org.apache.log4j.FileAppender log4j.appender.HTTPLOG.layou