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.
