Re: Example of request reply

2007-10-04 Thread Willem Jiang
Hi, Current CXF component sample POJO model shows your can invoke a WebService with a method name and arguments list. You can find more information about form the camel-cxf module's unit test[1] here. [1]https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/src/test/java/

Re: Example of request reply

2007-10-03 Thread Ravi116
gt; > Willem. > xtof wrote: >> Hello, >> >> I'm quite new to Camel, and I'm trying to understand how implementing a >> gateway between 2 Web Services. It requires to implement a request-reply >> mechanism but I cannot find any example. >> Could yo

Re: Example of request reply

2007-09-18 Thread Guillaume Nodet
a > gateway between 2 Web Services. It requires to implement a request-reply > mechanism but I cannot find any example. > Could you help? > > Thank. > Christophe > -- > View this message in context: > http://www.nabble.com/Example-of-request-reply-tf4473066s22882.html#a12753

Re: Example of request reply

2007-09-18 Thread Willem Jiang
Hi , I am working on camel-cxf component which will help you to do some router work between 2 Web Services. My big patch just been applied in the trunk, you can take a look at the unit test of camel-cxf component. https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/src/te

Example of request reply

2007-09-18 Thread xtof
Hello, I'm quite new to Camel, and I'm trying to understand how implementing a gateway between 2 Web Services. It requires to implement a request-reply mechanism but I cannot find any example. Could you help? Thank. Christophe -- View this message in context: http://www.nabble.com/