Hi, I want to validate the webservice invocation throw SchemaValidation on the server side. To do that I put @SchemaValidation(enabled=true) in my WebService implementation and <jaxws:properties><entry key="schema-validation-enabled" value="true" /></jaxws:properties> in the service endpoint.
I need to use the schema that I have in the wsdl , I don't want to use a file in the filesystem. How can I do that? Regards Alejandro -- View this message in context: http://cxf.547215.n5.nabble.com/SchemaValidation-tp5711721.html Sent from the cxf-user mailing list archive at Nabble.com.
