I am new to Mule but have used other products regarding integration.
After receiveing an XML from an file inbound endpoint I want to validate it against an XSD. If validation fails I want to send it to a JMS/VM queue otherwise just proceed with my other already working flow.
I have been able to use a filter and it works as expected. Those not compliant get thrown out in cyberspace. But I want to handle these and return a response.
So what other approach can I go with?
Is there a XML/XSD Router with validation I can use?
Thank you.