Rank: Newbie
Joined: 1/31/2010 Posts: 1
|
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 WSDL Operation must start with getXX or setXX or deleteXX
All Parameters definition must end with '_Type'
I hope the solution is not to create and XSD to validate my wsdl ?
Thank you.
|
Rank: Newbie
Joined: 10/28/2002 Posts: 1,283 Location: AT
|
Hi,
unfortunately we have no tool to reinforce naming conventions.
|