Hi, I have an enum class with base value of String, I follow the Axis (JAX-RPC) Enum rules, but still can't get enum on the Java2wsdl generated WSDL,
I have those methods: public String getValue() public static AssetFormat fromString(String source) public static AssetFormat fromValue(String value) public String toString() Does anyone manage to generate enums? Christophe
