Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Bruce Snyder
On Thu, Mar 5, 2009 at 9:46 AM, Claus Ibsen claus.ib...@gmail.com wrote: However, it's invoking the web service twice - I'm seeing output from two invocations of the web service: sayHi called sayHi called Any idea why it's invoking it twice instead of just once? I have before been tricked

Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 5:50 PM, Bruce Snyder bruce.sny...@gmail.com wrote: On Wed, Mar 4, 2009 at 10:55 PM, Claus Ibsen claus.ib...@gmail.com wrote: There is a setHeader tag you can use to add the header, just like the Java DSL below. It might use a expression as subtype so you need to wrap it

Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Bruce Snyder
On Thu, Mar 5, 2009 at 9:59 AM, Claus Ibsen claus.ib...@gmail.com wrote: If it is possible then I have fixed that in 1.6.1-SNAPSHOT or 2.0-SNAPSHOT by disabling DOT by default. Looks like it hasn't been deployed yet, so I'm having to build it locally. btw the parameter for camel:run is

Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 6:42 PM, Bruce Snyder bruce.sny...@gmail.com wrote: On Thu, Mar 5, 2009 at 9:59 AM, Claus Ibsen claus.ib...@gmail.com wrote: If it is possible then I have fixed that in 1.6.1-SNAPSHOT or 2.0-SNAPSHOT by disabling DOT by default. Looks like it hasn't been deployed yet,

Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Bruce Snyder
On Thu, Mar 5, 2009 at 9:31 AM, Bruce Snyder bruce.sny...@gmail.com wrote: Thanks for the advice, Willem. I incorrectly assumed that the camel-cxf module must be used to invoke a web service. The invocation is now working with the following route:    route      from

Re: Invoking web services with Camel Using CXF

2009-03-05 Thread Bruce Snyder
On Thu, Mar 5, 2009 at 3:23 PM, Bruce Snyder bruce.sny...@gmail.com wrote: On Thu, Mar 5, 2009 at 9:31 AM, Bruce Snyder bruce.sny...@gmail.com wrote: Thanks for the advice, Willem. I incorrectly assumed that the camel-cxf module must be used to invoke a web service. The invocation is now