Hi All, I use cxf 2.5.1 currently and I was wondering if there was some mechanism to sort the WSDL and WADL schemas/elements/operations/resources etc. I'd like to be able to track the wsdl/wadl that we produce as it's a lot easier to detect breaking changes by looking at these artifacts.
Is there any way to produce these artifacts in a predictable way which paves the way to easy diffing? I'm just looking for if this feature exists in cxf itself. We've found sortOperationsByPath on WadlGenerator however that only sorts operations. I'm looking to sort 'everything' (or at very least have it emit in the same order every time). Hope that is clear and makes sense. Thanks -Clint
