You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Da Cruz Pinto, Juan M" <ju...@intel.com> on 2007/05/28 19:27:00 UTC

Inclusive namespace list

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.