Hi Everybody,
When using Exclusive C14N, how common is it (in WS-Security) to use the "Inclusive Namespace list" parameter? I've seen that for plain XML signature, you can define the c14n transformation like this: <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"> <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="#default" /> </Transform> Where "PrefixList" is the attribute that contains the list of prefixes to be treated as inclusive, but I'm not sure if this is something you would expect to see in a SOAP message. I believe that Apache's XML Signature implementation supports this... but does WSS4J supports this kind of parameters? Thanks in advanced, Marcelo.
