1 Reply Latest reply on Feb 17, 2017 12:49 AM by filip.kovar

    Is it possible to create camel route which proxie a web service and forwards it to the backend/customer web service ?

    rasilvacw

      Dear,

       

      I need to operate the following camel route into FSW.

       

      <camelContext xmlns="http://camel.apache.org/schema/spring">

          <route>

              <from uri="jetty:http://localhost:9080/esternalService"/>

              <to uri="log:input"/>

              <to uri="jetty:http://localhost:8092/backEndService/?throwExceptionOnFailure=false&bridgeEndpoint=true"/>

              <to uri="log:output"/>

          </route>

      </camelContext>

       

       

      Is it to necesary change some think ?

       

      Thanks for Help.

       

      Raúl.-