Basically, I am trying to do this (wrong code!):
<camel:setBody> <camel:simple>resource:classpath:/myfiles/file.xml</camel:simple> </camel:setBody>
How do you do it right?
Hooray!
You can try with
<to uri="language:constant:resource:classpath:/myfiles/file.xml"/>
To use the language component: http://camel.apache.org/language.html Downloading content.
Source: https://habr.com/ru/post/1483330/More articles:How to play .m3u8 Stream Using jwplayer on an Android phone? - androidDelete nodes in XML file? - xmlEmail Authentication (Gmail, Yahoo, etc.) - android - androidYahoo integration in Android - androidjava.lang.ClassFormatError: JVMCFRE074 no code attribute specified: class = javax / faces / webapp / FacesServlet, method = () V, pc = 0 - mavenHow to make if statement inside linq - c #Error deploying java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence - springFlange doesn't work in Virtualenv setup - pythonSpecific height for div in Mobile Windows 6.1 - javascriptAndroid: Odd NameNotFoundException after application exit - androidAll Articles