Dan - This is what I have. This is a CXF endpoint used by a proxy CXF
endpoint.

====IN============
        <bean id="wss4jInInterceptor-client"
class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
                <constructor-arg>
                        <map>
                                <entry key="action" value="Signature" />
                                
                                
                                
                                
                                
                                <entry key="signaturePropFile"
value="cms-files/cms-trusted-crypto-PDT.properties" />
                                <entry key="signatureKeyIdentifier" 
value="DirectReference" />
                        </map>
                </constructor-arg>
        </bean>

=====out=============

        <bean id="wss4jOutInterceptor-client"
class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
                <constructor-arg>
                        <map>
                                <entry key="action" value="Timestamp Signature" 
/>
                                
                                <entry key="passwordCallbackClass"
value="com.sms.dcp.KeystorePasswordCallback" />
                                
                                
                                
                                <entry key="signaturePropFile"
value="cms-files/cms-trusted-crypto-PDT.properties" />
                                <entry key="signatureKeyIdentifier" 
value="DirectReference" />
                                <entry key="user" value="clientkey" />
                        </map>
                </constructor-arg>
        </bean>



--
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.

Reply via email to