By using Apache Camel for the routing side of things I suspect. The
WSS4JInInterceptor in CXF stores the signing "result" on the CXF Message
Object via the tag WSS4JInInterceptor.SIGNATURE_RESULT
("wss4j.signature.result"). The signature result is a
"WSSecurityEngineResult" Object - you can get the signing certificate from
this via the tag WSSecurityEngineResult.TAG_X509_CERTIFICATE.Colm. On Tue, Sep 23, 2014 at 1:13 PM, Alejandro <[email protected]> wrote: > I want to route a webservice depending on the signature. I'm using > WS-Security so depend of the company that sign (Certificate's Common Name) > the message I need to send it to different urls. > > I'm using CXF. > > How can I do that? > > Regards Alejandro > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/WebServices-Routing-depend-of-the-Signature-tp5749111.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
