You may be able to 'fix' it in CXF using TransformFeature: http://cxf.apache.org/docs/transformationfeature.html
configure it to add an expected namespace to a given element or replace a namespace such as "" with another, expected one. It may work Cheers, Sergey On Thu, Jun 16, 2011 at 7:53 PM, daniele1984 <[email protected]> wrote: > It seems like a JAXB problem: > > http://java.net/jira/browse/JAXB-758 > > http://metro.1045641.n5.nabble.com/JAXB-doesn-t-maintain-namespaces-when-marshalling-xs-any-types-td1061725.html > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/cxf-namespace-handling-tp4484079p4496292.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Sergey Beryozkin Application Integration Division of Talend http://sberyozkin.blogspot.com
