Hello

I am new here. I just recently got XmlValidator to work by adding a jaxws-property for schema-validation-enabled=true to my spring.xml file. Now everything works exactly as I would expect it to. My question is how can I get XmlValidator to work this way when I am in unit test mode, i.e. outside of the Spring framework? Is there a system property or other way to tell XmlValidator to validate the schema?

Thanks in advance
Brenda