Get generated SOAP / XML from axis in log file (Axis 1.3)

2006-05-12 Thread Axel Bock
Hi all, I have another thing which I'd like to solve. I need to log all the generated XML requests into a log file, but I really have no clue whatsoever how to do that. I am working with generated stubs from a WSDL file in that particular case, so if anyone could help me doing this I would be

Get generated SOAP / XML from axis in log file (Axis 1.3)

2006-05-12 Thread Axel Bock
Hi all, I have another thing which I'd like to solve. I need to log all the generated XML requests into a log file, but I really have no clue whatsoever how to do that. I am working with generated stubs from a WSDL file in that particular case, so if anyone could help me doing this I would be

Re: Get generated SOAP / XML from axis in log file (Axis 1.3)

2006-05-12 Thread Richard Gregory
Hi Axel, There is a handler that will do this for you - org.apache.axis.handlers.LogHandler http://ws.apache.org/axis/java/apiDocs/org/apache/axis/handlers/LogHandler.html Just include this up in the request/response flows of your service as required. The default setting is to log the