There is an unit test in Camel-CXF. Here is the spring configuration file[1] of the camel route.
[1]https://github.com/apache/camel/blob/master/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 25, 2014 at 10:59:30 AM, chaij ([email protected]) wrote: > Dan - This is what I have. This is a CXF endpoint used by a proxy CXF > endpoint. > > ====IN============ > > class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"> > > > > > > > > > > value="cms-files/cms-trusted-crypto-PDT.properties" /> > > > > > > =====out============= > > > class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor"> > > > > > > value="com.sms.dcp.KeystorePasswordCallback" /> > > > > > value="cms-files/cms-trusted-crypto-PDT.properties" /> > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-CXF-Proxy-with-WS-Security-tp5749223p5749312.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >
