Hi everyone. I have a cxf based web service client application. Now, I need to integrate WS - Security (UsernameToken - PasswordDigest). I must set the wss user in every call (the username is input from the user) I tried to set it in the password callback but the WSS4JOutInterceptorInternal class complains about the nonexistent user (before the callback is called). Must I implement a prior interceptor to set the user in the message context? Is this solution fine?
Sorry for my bad english Thank you very much Best regards
