Re: Camel CXFRS and Swagger/OpenAPI Feature

2018-11-26 Thread Sergey Beryozkin
Hi Zoran CXF RS endpoint can have JAX-RS ContainerRequestFilters attached, and this is where a bit of ambiguity occurs. You are right, if if were only the case of the actual RS implementation immediately returning some value then it would be questionable why to involve Camel at all. But

Re: Camel CXFRS and Swagger/OpenAPI Feature

2018-11-26 Thread #S-SmixDev
Done: https://issues.apache.org/jira/browse/CAMEL-12957 Cheers, Jens Von:"Zoran Regvart" An: users@camel.apache.org, Datum: 22.11.2018 20:09 Betreff:Re: Camel CXFRS and Swagger/OpenAPI Feature Hi Sergey, I think we might have that as an option, though if Camel

large xml files using groovy

2018-11-26 Thread Raymond de Hond
Hi, I created a camel route using a soap endpoint (contract first) using format PAYLOAD. My question is, what's the best approach to read large xml messages (up to 20mb) using groovy xmlSlurper? This slurper accepts a java.io.Reader as input. Is it possible to do something like: def xml =