Hi all

I have setup camel for processing a SOAP request (so that able to log the
internal parts of the XML of the SOAP request (where from etc)

>From what I understand the route is how to setup the link

<route>
        <from uri="jetty://http://ipaddres/gateway/response.php?wsdl"/>
        <log message="Calling and resending"/>
        <to uri="jetty://http://ipaddress/gateway/response.php?wsdl"/>
      </route>

where the from is where the request is coming from ? or does it need to be a
hosted apache setup on the localhost or will jetty setup a web service ?

and then any advice on how to store all of the request into a file would be
good.

and then the route to is where the route needs to goto ?

Am I understanding the route's correctly.

Thanks
Ian



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Camel-SOAP-setup-tp5716166.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to