Re: CAMEL-SOAP uses wrong namespace

2013-09-30 Thread Claus Ibsen
Hi You are welcome to submit a patch to fix camel-soap. That component could use some love. Not everybody really loves SOAP / XML, and think its cool to improve/fix it in their spare time. As said many times we love contribtutions http://camel.apache.org/contributing.html On Thu, Sep 26, 2013 a

RE: CAMEL-SOAP uses wrong namespace

2013-09-26 Thread Ziemer, Tom
Hi, I was able to trace the problem to org.apache.camel.dataformat.soap.name.TypeNameStrategy, which is responsible to find the namespace for a given type. In my case, I had an XJC-generated class that did have an (almost empty) @XmlType and an @XmlRootElement with name and namespace. The pro