Hi Nikita, Not sure of the specific requirements you have for printing out the SOAP messages, but check out wsabi4axis, http://sourceforge.net/projects/wsabi4axis. It has "one-click" functionality to persist all SOAP request and responses into a datastore on a per service basis. In addition, via the GUI, one can run queries to show historical usage of your services (including viewing SOAP requests/resposes).
A demo is available at http://demo.wsabi.org. Al Quoting Nikita Tovstoles <[EMAIL PROTECTED]>: > Hi, > > > I'd like to print out raw incoming and outgoing SOAP messages. Adding > the following to log4j.props file did produce some log output, but not > the SOAP xml. What am I missing? > > log4j.rootLogger=warn, stdout, A1 > # show DEBUG for SOAPPart method > log4j.logger.org.apache.axis.SOAPPart=DEBUG > # A1 is set to be a ConsoleAppender. > # log4j.appender.A1=org.apache.log4j.ConsoleAppender > log4j.appender.A1=org.apache.log4j.FileAppender > log4j.appender.A1.File=/tmp/axis.log > # A1 uses PatternLayout. > log4j.appender.A1.layout=org.apache.log4j.PatternLayout > log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n > > > thanks > -nikita >
