I have an Ens.StreamContainer which holds XML that was received, and I need to validate that against an XSD schema. The schema is very simple, only looking at the root element and maybe a couple other items to ensure the XML is what we expect before continuing the data flow.
I have imported my XSD into the Ensemble XSD wizard, so it is available, but I'm struggling to find a method that does the validation.