Hi,

I'm working on a existing web service.
My Apache tomcat server uses java 1.6 version.
In my existing code there is a use of
 org.apache.axis.enum
.
And there Im getting this error:
-org.apache.axis cannot be resolved to a type.
-Syntax error on token "enum", class expected.

Please advice.
For all that I googled, I found that the package
 org.apache.axis.enum
is not valid from java 1.5.
I want to get the replacement of
 org.apache.axis.enum
in java 1.6.
what changes I must do so that the code runs properly in java 1.6.


Please help.



regards,
Ganesh