Re: Mix InOnly and Request-Reply in one Route

2012-04-18 Thread Claus Ibsen
On Wed, Apr 18, 2012 at 10:46 AM, Hervé BARRAULT wrote: > Hi, > > I have a WSDL with both Request-Reponse and One-Way operations for the same > binding. > > When using CXF i have for each "operation" a method to implement (so code > for OneWay - RequestReply is easy to split). > > When using CAMEL

Mix InOnly and Request-Reply in one Route

2012-04-18 Thread Hervé BARRAULT
Hi, I have a WSDL with both Request-Reponse and One-Way operations for the same binding. When using CXF i have for each "operation" a method to implement (so code for OneWay - RequestReply is easy to split). When using CAMEL/CXF, i have a single route to handle both In-Only and In-Out. Previous