Re: CXF proxy for ws security

2012-11-21 Thread Jesper Nygårds
flip to PAYLOAD mode or the new CXF_MESSAGE mode, it will likely > work find for you. Those will behave more like normal CXF clients/servers > that would allow all the ws-security stuff to work. > > Dan > > > > On Nov 20, 2012, at 10:01 AM, Jesper Nygårds > wrote: > > &g

CXF proxy for ws security

2012-11-20 Thread Jesper Nygårds
I have a scenario where I want to add wss signing to an outgoing web service call. I am trying to accomplish this by using a cxf consumer and a cxf producer wired together by camel as a simple proxy. The idea is this: a system sends an un-signed SOAP request to our CXF web service requiring no sec