I have a CXF bean setup for a route that listens for incoming messages on a
jetty port.  The data format of the bean is in MESSAGE mode.  My question is
this, if someone sends an invalid message (whether it is malformed XML,
improper types, etc), will the <to uri="cxf:bean:initiateService"/> be the
component that actually creates the soap fault, or will it try to send it to
the CXF endpoint address regardless of format?

Basically I am trying to get the cxf bean to filter off all improper or
malformed request messages before sending to the cxf endpoint address.

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-Question-tp5487172p5487172.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to