Re: how to throw soap fault from otherwise clause? if no expected operationname found

2018-11-19 Thread Wang Yan
i simple put .throwException(new Exception("error happened")), then looks like camel route convert exception to soapfault automatically. i even did not handlefault on route. On Thu, Nov 15, 2018 at 9:28 PM Wang Yan wrote: > Hello all, > > how to throw soap fault from otherwise clause? if no

RE: Passing properties from Camel to Java bean causes plus sign to be replaced with space

2018-11-19 Thread Pakarinen, Jari
Hi, This worked. Thank you! -- Jari -Original Message- From: Zoran Regvart [mailto:zo...@regvart.com] Sent: 15. marraskuuta 2018 10:46 To: users@camel.apache.org Subject: Re: Passing properties from Camel to Java bean causes plus sign to be replaced with space Hi Jarni, yeah my

Camel CXFRS and Swagger/OpenAPI Feature

2018-11-19 Thread #S-SmixDev
Hi Camel Riders, I'm trying to integrate a Camel-CXFRS endpoint with Swagger UI using the Swagger/OpenAPI Feature. This works fine with a "pure" CXF endpoint, no Camel involved. When using Camel-CXFRS, however, I can't make it work properly without extra implementation work in the Camel route.