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