0 Replies Latest reply on Mar 12, 2015 4:07 PM by szarekar

    How to identify if incoming request is soap or rest in Camel

    szarekar

      Hi,

       

      I have exposed my camel project as rest based -http://localhost:9090/route/restservice/getQuote

       

      but how do i identify if the incoming reqest is SOAP and if yes, convert it into to REST

       

      Thanks,