Greetings! I have a problem holding a value in camel blueprint. Please help me resolve it
For e.g., I have 2 to 3 routes, In my first route, I will hit a service URI and save the response xml from the service in a property,say 'outputXML'. I want the outputXML to be available in all the other routes irrespective of whether I hit another service URI or use XSLT in the succeeding routes. Thanks!