Hello,
In java we have a wonderful tool name CheckStyle that reinforce all our corporate naming convention. Wonderful tool. I would like to do the same with our XSD and WSDL.
Is there any tools that I could use to reinforce and make sure all coder/analyst will respect convention like:
all Operation must start with getXX of setXX or deleteXX
Is the solution to my problem is to create and XSD to validate my wsdl ?
Thank you.