Hello, which would be the easiest way to validate ...
# help
h
Hello, which would be the easiest way to validate a XML requests against a XSD?
b
Probably by building a
RequestFilter
or a custom
RequestMatcher
, depending on the requirements. You can even parameterize these and pass in different XSDs for different use cases I guess?
h
@Bas Dijkstra, thanks for your inputs, will check more on that.
b
Sure! Let me know if you need some help.