It is not possible to do this at the moment. Your best bet is to use the lower level WSS4J API to construct a security header with two signatures + add it to the CXF message.
Colm. On Wed, Sep 25, 2013 at 4:42 AM, Clément Tamisier < [email protected]> wrote: > Hi, > > I am using WSS4JOutInterceptor in my client cxf endpoint, signaturePropFile > and signatureAlgorithm are defined for the signature information and this > is working pretty good. > > Now I would like to sign the message twice using 2 different certificates > (same or different keystore). > Is it possible to use this interceptor to do this ? > > If am not wrong it should be possible to have multiple signature entries > described here: http://www.w3.org/TR/SOAP-dsig/#ex > > I know also that soapUI allow to add multiple signature entries. > > Do you have an idea ? > > Thanks for your help > Best Regards. > > Clément > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
