Re: logging incoming requests in CXF

2009-10-27 Thread Malte Finsterwalder
Check out: http://cwiki.apache.org/CXF20DOC/debugging-and-logging.html http://cwiki.apache.org/CXF20DOC/configuration.html Greetings, Malte

RE: logging incoming requests in CXF

2009-10-26 Thread Reddy, Rama
requests in CXF Hello, What is the best and most efficient way to LOG the incoming SOAP requests? Is there an existing interceptor that I can use? I've wrote my own interceptor in the RECEIVE Phase where I simply obtain the request XML from the message's InputStream and dump that into t

logging incoming requests in CXF

2009-10-26 Thread Arik Gorelik
Hello, What is the best and most efficient way to LOG the incoming SOAP requests? Is there an existing interceptor that I can use? I've wrote my own interceptor in the RECEIVE Phase where I simply obtain the request XML from the message's InputStream and dump that into the "Logger", but I dont th