We are using WSDLToJava to build a web service. We have a simple type that is restricted to an enumeration. In the xml we define the order of the enumeration values. After the WSDLToJava the enumeration values are alphabetized in the .java file. Is there a way to turn tell CXF to leave the order alone?
