[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

PeterJ do-not-reply at jboss.com
Tue Apr 3 10:24:28 EDT 2007


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#4034101

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034101



More information about the jboss-user mailing list