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
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