FWIW, we needed some WSSE processing for something we were doing a few months ago. We started out with Wss4j, but it didn't handle certificate-based signing, so we switched to XWss (part of glassfish).
Both of these require valid SOAP envelopes (don't know how that fits in with your Restlet plans) and XWss definitely had some (painful) quirks (as of 6 months ago). Neither required a SOAP stack (which is why we selected them), and we did use them as part of a Restlet-base app, but not as guards. --Chuck -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Sebastien PLISSON Sent: Friday, August 31, 2007 3:30 PM To: [email protected] Subject: WSSE lib, Guard and restlet Hi, I m looking for a good WSSE java library that I could use to implement a Guard that woul manage WSSE security in the Restlet API. Any idea ? comment ? Thanks Sebastien

