You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Cleber Moura <cl...@gmail.com> on 2009/06/05 19:12:57 UTC

How to configure WSS4JOutInterceptor encryptation for multiple clients

Hi,

I have the fallowing scenario:

Server Side:
A webservice deployed on JBoss with CXF Stack for webservices. Using
ws-security for signing and encryptation of IN and OUT messages with X509
certificates.

Cliente Side:
Multiple clients also using ws-security for signing and encryptation of IN
and OUT messages.

The question is: How can the server encrypt the OUT message with the same
certificate of the IN message? The samples I've found only have the 1-to-1
scenario (one server to one client).

Thanks!

Cleber.