Hi , I have an enum class with base
value of int , I follow the Axis (JAX-RPC) Enum rules , but still can’t get enum
on the generated WSDL , I have those methods : public Integer getValue() public static AssetFormat fromString(String
source) public static AssetFormat fromValue(Integer
value) public String toString() what is wrong ? Thanks Ofer Baranes |