I am writing a simple spring-ws client maven 2 archetype. I would like to use the PayloadValidatingInterceptor to validate requests on the client side. However, this class only works with schemas. Is there a spring-ws helper class that can expose the schema from the wsdl definition, so that I can use it for validation?
I do not want the users of this archetype to have to manually extract the schema from the wsdl definition.


Reply With Quote
