Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend ESB: How to validate XML with XSD

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.

 

MediationMediationTalendJobTalendJobtXMLMaptXMLMap

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi

 

I have managed to get it worked.

 

Thanks

View solution in original post

2 Replies
Anonymous
Not applicable
Author

You could validate directly in ESB without a job. See camel component http://camel.apache.org/validation.html

Anonymous
Not applicable
Author

Hi

 

I have managed to get it worked.

 

Thanks