Hi,

You better post this question to Apache Camel forum, thanks
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋

On 2013-3-20, at 下午8:38, genux wrote:

> 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