Hi, I think you can write your own LoggingInterceptor which mimic the org.apache.cxf.interceptor.LoggingInInterceptor and put it after WSS4JInInterceptor to let it print out the plain message.
Freeman ------------- Freeman Fang FuseSource Email:[email protected] Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-8-7, at 下午11:35, Alejandro wrote: > Hi, I need to log the soap mesage in plain way afeter porcess the security > headers. First I log the message with all security think and then I need to > log the message without the encription. I need to do that after wss4jIn > interceptor and before wss4jout interceptor. > > How can I do that in CXF 2.6? > > Regardds. > Alejandro > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Logging-message-without-wssecurity-encription-tp5712142.html > Sent from the cxf-user mailing list archive at Nabble.com.
