Re: Rép. : Re: Restconfiguration using Servlet with Camel in OSGI Karaf

2017-11-28 Thread Kerry
ma/spring http://camel.apache.org/schema/spring/camel-spring-2.17.7.xsd";> but i received error on deployement. org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'reference' Do i missed something in my

Re: Restconfiguration using Servlet with Camel in OSGI Karaf

2017-11-28 Thread Kerry
) Pay close attention to to the restConfiguration and servletName. BTW, this example as it stands isn't great as it has circular package dependencies - I need to fix that. Kerry On 28/11/17 16:05, Daniel Langevin wrote: Hi, i try to implement a Rest service In OSGI Karaf 4.0.9 wi

In route validation?

2012-03-23 Thread Kerry Barnes
I am trying to see how to handle the following situation in Camel, can someone please enlighten me? 1. Accepts a SOAP request from a CXF Endpoint 2. Extract information from the SOAP message 3. Send the extracted information to a Web Service endpoint ... here is where I am scratching my head ...

Access the entire CXF Payload with XSLT

2012-03-16 Thread Kerry Barnes
Using camel 2.8.3 (tried under 2.9.0 as well) I am trying to process a SOAP Message received from a " My problem is that I want to perform an xsl transformation with the header and body of the SOAP message and forward the request to another server. I need to insert the username from the ws-secur