This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Is it possible to create camel route which proxie a web service and forwards it to the backend/customer web service ?filip.kovar Feb 17, 2017 12:49 AM (in response to rasilvacw)Hi Raul, your route looks good but: - You can add option "matchOnUriPrefix=true" to from element if you want to use path e.g. http://localhost:9080/esternalService/customers/orders. <from uri="jetty:http://localhost:9080/esternalService?matchOnUriPrefix=true"/>
- Use "&" instead of "&" as option separator
 
 
    