My SOAP message has an object Foo, which has a body type as anyType. I am
using JAXB to generate that anyType body.

Now when i look at the Message that is being generated, there is one extra
tag as :

<ns4:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:ns6="http://my.a.b.c.com/v1"; xmlns="" xsi:type="FooInner">

Any idea how can i remove this extra [xmlns=""] attribute ?.

Thanks
-- 
View this message in context: 
http://www.nabble.com/xmlns-problem-tp16617506p16617506.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to