Camel-cxf endpoint not available

2017-10-09 Thread Raymond de Hond
Hi, I try to create a simple contract first webservice using: Spring boot Camel-cxf wsdl2java embedded tomcat (STS eclipse) Everything looks ok according to the console, but for some reason the endpoint is not available. Note that I used this route before in a non spring boot environment without

camel K and soap

2018-10-18 Thread Raymond de Hond
Hi, I just read the "intro to camel K" by Nicola Ferraro. Very interesting :-) But as a newbie I do not understand everything. Let's say I need a camel route using a soap endpoint based on a wsdl (contract-first wsdl2java). Is this possible using Camel K? If so, where do you "store" the wsdl? And

question about contract-first approach using PAYLOAD

2018-10-21 Thread Raymond de Hond
Hi, I am strugling to get my camel route op and running using the dataFormat=PAYLOAD format. In order to get rid of the " org.apache.camel.NoTypeConversionAvailableException" error I used: This means -of course- that I get my xml input as a string into by mapping bean. My question(s): Is this t

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