Hey Reji, 

I just could catch the exception after enabling this flag at the context
level: handleFault="true"

By the way, this is my choice:

<choice>
                <when>
                                <simple>${in.header.SOAPAction} ==
'submit'</simple>

router reaches this place perfectly, but it through this soap fault:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>The given SOAPAction http://test.com/test1/Enquiry
does not match an operation.</faultstring>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

Any guess ? I think the choice condition met, but further there is a issue !

Regards
Guru
                                

                           
                    



--
View this message in context: 
http://camel.465427.n5.nabble.com/CBR-Choice-Exceptions-tp5749264p5749313.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to