Hi all, I'm trying to use cxf and xwss for security. In the my example, on cliend side I'm using an interceptor to apply a security, but I've this problem:
in my interceptor I have a handleMessage(Message message) method where Message is a cxf's message (org.apache.cxf.message.Message) while operating a security I need to SOAPMessage of saaj (javax.xml.soap.SOAPMessage). How can I convert a cxf's message in to saaj's message? Can you help me? Thanks -- View this message in context: http://www.nabble.com/Convert-SOAPMessage-from-cxf-to-saaj-tp21891388p21891388.html Sent from the cxf-dev mailing list archive at Nabble.com.
