No, we don't have an XMLSignature library for XMLBeans, but you should be able to use the Apache XML Security on the XMLBeans directly (with no expensive copying/reparsing required), since XMLBeans implements the DOM interfaces (not that I have tried it, but this is how Saxon XQuery works, so it should be possible) Radu
________________________________ From: Hacking Bear [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 10:39 AM To: [email protected] Subject: XML Signature and XBean Hi, I need to verify the XML signature attached with the XML document. One option would be to parse the XML into DOM objects first and then use Apache XML Security framework to verify the signature. The other would be to verify an XBean object directly. Is there any library to do this? Thanks _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

