1 Reply Latest reply on Nov 9, 2006 7:22 PM by thomas.diesler

    using Enum with Java version 131_08

    krishan_singh

      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.