https://wsit.dev.java.net/issues/show_bug.cgi?id=868------- Additional comments from
kohsuke@... Thu Jun 5 16:51:21 +0000 2008 -------
We might be able to do this at JAXB level, by having the c14n code implement
XmlOutput as defined in JAXB as
https://jaxb2-sources.dev.java.net/source/browse/jaxb2-sources/jaxb-ri/runtime/src/com/sun/xml/bind/v2/runtime/output/XmlOutput.java?rev=1.8&view=logNote that a JAXB tree could contain a DOM tree where we have no way of knowing
which namespaces are utilized, and a JAXB message could be converted into
something else early on, perhaps by a JAX-WS Handler to DOM. So you really can't
make this work 100% in all cases.
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...