> My understanding is that the WSHandlerConstants.ADD_USERNAMETOKEN_CREATED and > ADD_USERNAMETOKEN_NONCE are the replacements for these
Correct. I added a (spring-based) test that shows how to use them. If you are still having problems after looking at this, then create a test-case + I will take a look: https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=blobdiff;f=systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/client.xml;h=d48aeb495aad84b89ef481726718796544d4b10d;hp=835ec066ecce90f55c4f04c184d51f58d71fc5b4;hb=8e930bcf;hpb=fac67a202f3303b1709ebccef0bc48ddc4838639 Colm. On Fri, Oct 10, 2014 at 3:06 PM, Chris <[email protected]> wrote: > Jason Pell wrote > > You are using cxf 3.0? > > Yes I am > > > Jason Pell wrote > > For 2.7.x you can use: > > > > outProps.put(WSHandlerConstants.ADD_UT_ELEMENTS, WSConstants.NONCE_LN + " > > " > > + WSConstants.CREATED_LN); > > > > > > Not sure what the equivalent is for 3.0 > > My understanding is that the WSHandlerConstants.ADD_USERNAMETOKEN_CREATED > and ADD_USERNAMETOKEN_NONCE are the replacements for these > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-client-send-nonce-and-timestamp-tp5749743p5749756.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
