Enumerations using wsdl2java get created (in my opinion) brain-dead. Is there a reason for (or a work around) the way that wsdl2java creates the static final parameters with names like Color._value1, Color._value2, etc. rather than something that could be useful such as Color.RED, Color.BLUE, etc.?
Best, Joe McDaniel