SOAP WebService call

2012-10-23 Thread Chris Pro
Hello I'm new to Camel. I read many articles about Camel included "http://camel.apache.org/soap.html";. But I don't get the hang of it, how to call a Soap-WebService . I just want to call a Soap WebService, when a file is moved from directory "inbox" to "outbox". The file movement is working wit

Re: SOAP WebService call

2012-10-24 Thread Chris Pro
Inc. > FuseSource is now part of Red Hat > Web: http://www.fusesource.com | http://www.redhat.com > Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) > (English) > http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: wi

cxfrs: Address already in use at Redeployment

2012-11-14 Thread Chris Pro
Hello I use Camel (2.10.2) inside Glassfish (3.1.2.2) with the CdiCamelContext as Singleton. I don't want to use Spring, so I use CDI. I have many JMS-Routes, which works all fine. But I have a strange issue with "cxfrs" and "Address already in use" after a redeployment. The "cxfrs" route looks

Re: StackOverflowError when using restlet component with relative path

2012-11-15 Thread Chris Pro
Hi Massyl I'm looking exact for an example with cxfrs without launching a new server in camel. Would be great if you could described it here or send me an example :-) Thank you! Chris Original-Nachricht > Datum: Thu, 15 Nov 2012 08:12:44 -0800 (PST) > Von: massyl > An: users@

Re: StackOverflowError when using restlet component with relative path

2012-11-19 Thread Chris Pro
Hi massyl Thank you for your example. Unfortunately we do not use Spring, so we have to initialize "jaxrs:server" whit Java directly. Therefore I use the Camel-Bean-Component. With following code, Camel is not started up. No exception/error is throwing :-/ So I don't know where the problem is