Sorry solved my fault: had twice http in the uri!! This works:
<route>
<from uri="direct:in" />
<setHeader headerName="http.requestMethod" value="POST">
<simple />
</setHeader>
<to uri="http://192.168.1.102:8888/test.jsp" />
</route>
--
View this message in context:
http://www.nabble.com/How-to-define-a-HTTP-Post-destination-in-a-route-in-spring-tp18506233s22882p18526981.html
Sent from the Camel - Users mailing list archive at Nabble.com.
