Re: Cannot read inbound mesage from CXF webservice

2013-03-22 Thread Christian Müller
Hi Heiko! Good to know you could solve the issue by yourself. If you want to check whether your exchange already has an out message, you can call: exchange.hasOut(); Best, Christian On Fri, Mar 22, 2013 at 12:29 PM, Heiko wrote: > Hi guys, > > It´s me again. I finally solved the issue. > @Chr

Re: Cannot read inbound mesage from CXF webservice

2013-03-22 Thread Heiko
Hi guys, It´s me again. I finally solved the issue. @Christian: You gave me the right trace with "don´t call the exchange.getOut()", since that creates an new out message. @Claus: Also thanks to you for the link to the docs I read through. Many Thanks. Camel rocks! :o) -- View this message in

Re: Cannot read inbound mesage from CXF webservice

2013-03-22 Thread Heiko
Hi Christian, Please see my post on Claus reply. But for both of you here is my boring AggregationStrategy I forgot to paste: -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-read-inbound-message-from-CXF-webservice-empty-message-body-tp5729613p5729662.html Sent fro

Re: Cannot read inbound mesage from CXF webservice

2013-03-22 Thread Heiko
Thanks Claus & Christian, I tried everything you both recommended before and it still doesn´t worked out for me. @Claus: Yes, I think I already defined an InOut route. Please proove from the route def. Am I wrong? @Claus: Yes, I already activated stream caching, since this route is streambased. M

Re: Cannot read inbound mesage from CXF webservice

2013-03-21 Thread Claus Ibsen
d about stream caching http://camel.apache.org/stream-caching.html > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Cannot-read-inbound-mesage-from-CXF-webservice-tp5729613.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Clau

Re: Cannot read inbound mesage from CXF webservice

2013-03-21 Thread Christian Müller
ltOut > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Cannot-read-inbound-mesage-from-CXF-webservice-tp5729613.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Re: Cannot read inbound mesage from CXF webservice

2013-03-21 Thread Heiko
(): null newExchange.getOut(): null I would be really glad about an answer, because other I have to kick camel into the bin for that task and call the Webservices from a bean using a client. -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-read-inbound-mesage-from-CXF

Cannot read inbound mesage from CXF webservice

2013-03-21 Thread Heiko
: http://camel.465427.n5.nabble.com/Cannot-read-inbound-mesage-from-CXF-webservice-tp5729613.html Sent from the Camel - Users mailing list archive at Nabble.com.