Hi, I have converted the WSDLs to java classes and using it in both the Server side and the Client side. XSD related parameter validations are not done because those validations were not imported into the generated Java classes. But I want to make sure that these validations are done at the Server side.
In the Server side, Incoming SOAP requests are coming with the respective XSD reference. So can CXF validate those parameters based on the validations, which are specified in the XSD files. Advanced Thanks regards, vimal -- View this message in context: http://www.nabble.com/XSD-level-validations-for-CXF-incoming-SOAP-requests-tp23668402p23668402.html Sent from the cxf-user mailing list archive at Nabble.com.
