atom feed1 message in net.java.dev.jwsdp.usersVerifiy signatures
FromSent OnAttachments
Roland SchmittJul 27, 2005 9:04 am 
Subject:Verifiy signatures
From:Roland Schmitt (Rola@web.de)
Date:Jul 27, 2005 9:04:10 am
List:net.java.dev.jwsdp.users

Hi all,

i am in the process of writing a tiny ws-security library for the ruby programming language. Therefore i am testing against jwsdp-15. Encrypting works, also generating signatures. I can call the service deployed with the "simple"-example in the xws-security package. My generated signatures are verified by the service and it sends back the response.

Now, i can not verify the signatures generated by xws-security. The verification of the Reference elements works ok, but when i try to verify the signature over the transformed (c14n) SignedInfo element, the verification fails.

I have tried to verify the signature with other tools like Apache XML-Security and xmlsec, but it fails too.

Any ideas?

Regards, Roland