Re: wsu:Id lookup in IdResolver.java

2004-10-28 Thread Werner Dittmann
Aki, pls have a look at the Apache project WSS4J (subproject of WS-FX) that already implements a fair complete set of WS-Security. This project also has an own id resolver that specifically takes care about the whole wsu:Id stuff. The generic XML-security stuff is only for the generic Ids, not for

RE: Id lookup in IdResolver.java

2004-10-28 Thread Scott Cantor
> My question is, is this something that the future version of > xml-security will provide? Or is there other way to use > wsu:Id with the xml-security library? Hardcoding any values into the code is a mistake IMHO. The work-around should probably be to have a system property set by the applicat

wsu:Id lookup in IdResolver.java

2004-10-28 Thread Yoshida, Akitoshi
Hello, I am using apache axis to do ws-security and I need to use wsu:Id to tag the reference. When I used axis' security sample with wsu:Id, I noticed that IdResolver (in org.apache.xml.security.utils) doesn't do the lookup for wsu:Id, although it has a sequence of hard-wired various ID lookups

How do I sign several nodes at once? C++

2004-10-28 Thread Peter . Nordlund
I have a problem to sign several nodes at once. I have started with the simpleHMAC program and extended it a bit. See code below. I am a newbie with XML security, so it may be obvious to someone what is wrong. The few things that differs from the original simpleHMAC is that I added some alterna

How do I sign a doc that has a schema declaration?

2004-10-28 Thread Peter . Nordlund
I have a problem to sign a document that has a schema declaration. I have started with the simpleHMAC program and extended it a bit. See code below. I am a newbie with XML security, so it may be obvious to someone what is wrong. The few things that differs from the original simpleHMAC is that I