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 working with the following route:
>>
>>    <route>
>>      <from uri="file:src/data?noop=true"/>
>>      <to uri="http://localhost:9002/HelloWorld"/>
>>      <to uri="log:HELLO_WORLD"/>
>>    </route>
>>
>> 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?
>
> Camel is still invoking the web service twice and I can't figure out
> why? Even if I remove the call to the log. Any suggestions?
>

Nevermind, I figured it out.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.apache.org/
Apache Camel - http://camel.apache.org/
Apache ServiceMix - http://servicemix.apache.org/

Blog: http://bruceblog.org/

Reply via email to