Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Created a Mediation to consume XML messages from ActiveMQ
Passing the body to TalendJob
In TalendJob I need to validate the XML with XSD.
Since "${in.body}" is passed to route input and not sure how to get the actual XML and to use it for validation against XSD which is stored in the Repository. Any help is GREATLY appreciated.
Mediation
TalendJob
tXMLMap
You could validate directly in ESB without a job. See camel component http://camel.apache.org/validation.html
Hi
I have managed to get it worked.
Thanks