Re: Bug in Soap11DataFormatAdapter when using JAXB/JAX-WS generated classes

2017-03-22 Thread kierans777
I've created CAMEL-11052 -- View this message in context: http://camel.465427.n5.nabble.com/Bug-in-Soap11DataFormatAdapter-when-using-JAXB-JAX-WS-generated-classes-tp5795845p5795920.html Sent from the Camel Development mailing list archive

Bug in Soap11DataFormatAdapter when using JAXB/JAX-WS generated classes

2017-03-21 Thread kierans777
I'm working on a legacy project with Camel 2.16.2. The project uses JAX-RS/JAXB to make requests to a SOAP WS maintained by a different team. The structure of the generated Exception class for SOAP Faults is public MyException(String message, faultInfo) {} with the code generator not generatin