Hi all, I am having trouble encrypting portions of the SOAP message. I configured a simple UsernameToken with no problem, using the PasswordCallback class.
However, I am now trying to encrypt the username token already working. In the PWCallback class in the client, the user+pass is added to the token, and then it's encrypted, BUT when this is sent to the server, the PWCallback class in the server doesn't have the user in the (WSPasswordCallback)callbacks[i]; It stores the encryptionUser... so I can not retrieve the User password if the usernametoken has now the encryptionuser. Must I set the password with the encryptionuser password? If this is the way...what is the need to have user token + encryptionuser if in the server side? Anyhelp in what to do in the PWCallback in the server side? Thanks in advance! -- View this message in context: http://www.nabble.com/UsernameToken-Encryption-User--tp14396218p14396218.html Sent from the WSS4J mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]