Hi,
You can write the soap message into a stream then pass it to the Jetty
producer.
Willem
devkatiyar wrote:
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 ..