Hi Sandesh, On Tue, Nov 8, 2016 at 11:29 AM, sandesh.naik <sandesh.pradeep.n...@accenture.com> wrote: > Thanks Zoran, > We tried implementing the changes as suggested by you. But seems like > they are not working for us.
I've uploaded a sample project based on Spring Boot you can take a look at it here: https://github.com/zregvart/cxf-camel-custom-namespace-sample > Can you let me know how we could determine if we are using JAXB in our > application. JAXB is used by default in CXF, you would need to configure other supported data binding by explicitly setting `dataBinding` parameter on the endpoint, you're not, so you're using JAXB... > Can you also please tell how we could add NamespaceConfigurer to our > application context registry via our implementation of SpringCameContext. > > Currently we have created a NamespaceConfigurer as below [snip] Thats the exact approach I did in the sample, it should work... zoran -- Zoran Regvart