How to declare constant in the wsdl file
843833May 23 2005 — edited May 25 2005Hello
How to declare constants in the wdsl file if I have an exception class like that:
public class MyException extends Exception implements Serializable{
...
public final static int WRONG_PASSWORD=113;
...
}
I want to have theses constants in the generated java skeleton from the wsdl file.
Thanks