You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Christophe Roudet <cr...@activia.net> on 2004/05/11 00:43:10 UTC

Java2wsdl and Enum

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