I don't quite follow, you want to send password text instead of password digest? If so just try:
properties.put(WSHandlerConstants.PASSWORD_TYPE, WSConstants.PW_TEXT) Colm. On Thu, May 7, 2015 at 10:47 PM, Resa Rahmatulloh <[email protected]> wrote: > Hi all, New member here :). > > I'm currently working with CXF client and want to send request to some WS > server. I'd configured the header properly, but the server is ask > #PasswordText instead of #PasswordDigest for <wsse:Password Type="" />. > On the other side > properties.put(WSHandlerConstants.PASSWORD_TYPE, WSConstants.PW_DIGEST) > is always send #PasswordDigest. > My questions is, how do I solve my problem? Is there any extension point to > resolve this? > > Thanks, > Resa > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
