1 Reply Latest reply on Mar 12, 2015 11:08 PM by bharadwaj

    How to identify if the incoming request is SOAP or REST in Camel

    szarekar

      Hi,

       

      I have exposed my camel project as a rest web service. http://localhost:9090/route/restservice/getQuote

       

      How do i identify that the incoming request is SOAP or rest - if it is REST or SOAP (are there any headers to identify)

       

      if it is SOAP how can I convert SOAP to rest in camel/routes ?

       

      Thanks