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
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
Hi,
I have an existing web-service-client (spring-ws+JAXB) that I want to replace
with camel. The XSD needed for this WS uses different namespaces for
request/response and fault. While trying to migrate to camel/camel-soap, I
encountered the following problem:
Request/Response NS: "foo"
Fault