WSDL and Java Constants

2006-09-06 Thread Amit Kumar\(CT\)
I have a package hierarchy where constants and service interfaces are kept separate. Now when I run java2wsdl on my any service interface these constants are not reflected in the wsdl? Can anybody tell me whether wsdl supports constants if yes then how I can make it work. Else what

Re: WSDL and Java Constants

2006-09-06 Thread Rodrigo Ruiz
The only similar thing in WSDL are enumerated types. If your constants are groups of valid parameter values you should be able to redesign/refactor your interface and use them. AFAIK, WSDL enumerated types have no specific value associated, only their names are important. If you need them to have