Forum Discussion

Varthini's avatar
Varthini
Occasional Contributor
10 years ago

Validating response xml against xsd

HI i want to run a groovy script which will validate the response xml from its respective xsds. Below is the code import javax.xml.validation.SchemaFactory import javax.xml.XMLConstants i...