How to declare constants in wsdl???

acsbid

Newcomer
Joined
May 26, 2005
Messages
1
Hello

How can i declare constants in wdsl?? for example; if I have an exception class like that:

public class MyException {

...
public const int WRONG_PASSWORD=113;
...

}


I want to have these constants in the generated skeleton class from the wsdl file.
 
Back
Top