Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.6, 3.0.9
-
None
-
Unknown
Description
To enable schema validation for a specific method , we have to annotate @SchemaValidation on service endpoint interface's method. When service endpoint interface is regenerated from wsdl, these annotations will be lost and we have to annotate these method again. We need an enhancement to support @SchemaValidation in implementation class method to resolve this problem.