In Java we have a wonderful tool named CheckStyle that reinforce all our corporate naming conventions. Wonderful tool. I would like to do the same with our XSD and WSDL.
Is there a tools that I could use to reinforce and make sure all coders and analysts will respect conventions like:
<wsdl:operation name=”XX> All operations must start with getXX of setXX or deleteXX.
Is the solution to my problem to create an XSD to validate my WSDL?
Look at this tool for the defining rules and running them on WSDL, mainly for naming conventions:
Rule Engine Based Wsdl Auditor