Hi ,
I want to use jetty component to call http based external system .. but my
from my internal system i like to send Soap message to call that end point
below is my my route
<from uri="cxf:bean:callbackEndPoint" />
<to uri="bean:callbackservie?method=process" />
<to uri="jetty:http://127.0.0.1:7001/check" />
</route>
so i want to transform soap request into http post request ,
do i need to use transform for this case ?
can any one have idea how do i implement or having example like this
Thanks ..
--
View this message in context:
http://camel.465427.n5.nabble.com/Jetty-Component-tp2268461p2268461.html
Sent from the Camel Development mailing list archive at Nabble.com.