Those downloading
the libraries with the intention of implementing them as part of a product
offering may be subject to licensing terms set by IBM and Microsoft.
-
--On Dienstag, 17. Dezember 2002 21:03 +0100 Christian Geuer-Pollmann
<[EMAIL PROTECTED]> wr
At the moment, axis has a sample an creating xml signatures using apache
xml-security. In the near future, apache xml-security will also contain xml
encryption so that all ws-security related cryptographic primitives are
implemented under the apache hood.
SAML is available from www.opensaml.org
Can an axis committer please change in
xml-axis/java/samples/security/SignedSOAPEnvelope.java
canonicalMessage = c14n.canonicalizeDocument(doc);
to
canonicalMessage = c14n.canonicalizeSubtree(doc);
^^^
I remov
Oops, I guess that's my fault. I re-organized my build.xml and I do now
create the xmlsec.jar in a new location:
OLD: xml-security/xmlsec.jar
NEW: xml-security/build/xmlsec.jar
> dropping /home/rubys/jakarta/xml-security/xmlsec.jar from path as it
> doesn't exist
Guess that's the problem.
Chr