Hi, I have developed a web service (stateless session bean) with all the parameters as
string. Now I need to change some of teh paremeters from string to enum in the WSDL. The
problem is that We are using java 131_08 version and I read that Enum are not supported in
java versions lower than 1.5.
Is there a work around for this?
The intention is to restrict the request coming from the serivce consumer, if one of the
values for variables of type enum is wrong, to the web service.
Please help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982602#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...