Hi, I would like to validate an incoming xml structure that i receives from an http request against an xsd. My setup so far is:
http req -> http consumer su -> DefaultHttpConsumerMarshaler -> sending the received xml further down the message exchange chain -> eip router -> validate xml -> routes the xml to a jms provider. My question is, what setup would be a good solution for this? Where should i preferable validate the incoming xml? If the answer is in the marshaller, how can I then retrieve the xsd that I would like to validate against? Or should i use camel and from there validate the xml? I'am using SMX 3.3. BR Mathias -- View this message in context: http://www.nabble.com/XML-validating-against-XSD-best-approach-scenario-tp23740272p23740272.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
