HI

I got to this point by googling

Unfortunately, the only real solution here is fixing the wrong message. As a
workaround, though, you might want to try setting the Apache CXF
soap.no.validate.parts property to true in the message context.
Unfortunately, on server side that's not easily done in an effective way
withouth introducing a dependency to apache cxf api; you should try adding
@org.apache.cxf.annotations.EndpointProperty(key = "soap.no.validate.parts",
value = "true") to your endpoint impl class. - See more at:
https://developer.jboss.org/thread/205931#sthash.A9kXXQrB.dpuf


How can I set this property in camle cxf?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Document-Style-bare-WSDL-not-working-in-camel-cxf-tp5767867p5767945.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to