Hi, I think LoggingOutInterceptor should log clear text message, because it is invoked on PRE_STREAM phase, before the WSS4JOutInterceptor (PRE_PROTOCOL, POST_PROTOCOL).
Regards, Andrei. > -----Original Message----- > From: Giriraj Bhojak [mailto:[email protected]] > Sent: Dienstag, 13. Mai 2014 00:06 > To: [email protected] > Subject: Logging clear-text message > > Hi, > > I am using cxf (2.7.8 )with wss4j(1.6.13). > For the sake of debugging I need to see the outgoing messages. > I have added cxf:inInterceptors and cxf:outInterceptors in the spring config. > This helps me see the signed and encrypted message. > Is there a way to see the clear-text version of the message? > I have used JAXB marshaller to print the message but I am trying to avoid > writing any code to see the message. > > Thanks, > Giriraj.
