First, I think the client is neither signing nor encrypting the messages. The
jboss-wsse-client.xml file is confused, it indicates that encryption is required but never
states how to encrypt the message, but it does indicate how to sign the message. To
encrypt the message, the < config > section should read:
<config>
| <encrypt type="x509v3" alias="wsse"/>
| <requires>
| <encryption/>
| </requires>
| </config>
Similarly, according to the jboss-wsse-server.xml file, the response messages is being
signed but not encrypted.
What error are you seeing? Is there an error on both the client and server? If so, the
error is happening at the server and the client error is typically a reflection of that
error.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034101#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...