Decrypting Message with a Spring Web Service Client
350 Bounty and waffles to the person who can help me! I have been struggling with Spring Web Service encryption for days and I can't figure out how to get Spring's encryption on the message body to work. Whenever I have the server encrypt the resulting message the client doesn't seem to be decrypting it before it attempts to validate it against the Schema ( XSD ). Here is the server side configuration The server's xwss security configuration The client's Spring configuration Client's xwss configuration What I can do is encrypt the user token and decrypt it successfully. I do that when sending