Hi all, I try this example (http://www.jroller.com/0xcafebabe/entry/securing_spring_ws_client_with1) but I don't know how can it works!
Can you help me? Kid_79 wrote: > > 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-tp21891388p21909483.html Sent from the cxf-dev mailing list archive at Nabble.com.
