Need to have @org.apache.cxf.annotations.SchemaValidation working on
@WebMethod
-------------------------------------------------------------------------------
Key: JBWS-3993
URL:
https://issues.jboss.org/browse/JBWS-3993
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.1.4.Final
Reporter: Viral Gohel
Attachments: schemavalidation-demo.zip
* @SchemaValidation does not wok on @WebMethod as we have not tested this in
jbossws-cxf.
* Similar to this test case,
[
https://github.com/apache/cxf/blob/master/systests/jaxws/src/test/java/or...],
we need a feature to have the @SchemaValidation working on Method Level.