Does CXF's WSDL Validator do #3 and #4? 1. Check the WSDL document for XML well formedness. 2. Validate the WSDL document against its XML schema. 3. Validate the WSDL document using semantic rules defined in the WSDL specification. 4. Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organization.
Thanks!