function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Angel118Angel118 

Please Help !!!

Hi Everyone,
                       I am using eclipse 3.2 and java 1.5 to develop a custom application.
when i convert my enterprise wsdl to java classes using WSDL2JAVA, i get no of errors saying
"syntax error on token "enum", class expected. and "org.apache.axis cannot be resolved to a type"
 
I am axis 1.4 jar files in my path.
  
While using jdk 1.4 it is ok..
 
Can anyone suggest anything on this.

Thanks in Advance!!
Angel
 
SuperfellSuperfell
Its seems most likely that while you think you're using Axis 1.4, in reality you're using Axis 1.1 (which has this exact issue with Java 1.5). I'd check your classpath's etc.
Angel118Angel118
Thanks Simon for the quick response,
                One more quick qestion -
I was com.spotter.java plugin (com.myspotter.wsdl2java_1.2.0.zip) for eclipse 3.1.1 will the same plugin with Axis 1.4 will work fine, or i need to change the Plugin also.

Once again thanks for the reply....

I appreciate
Angel.

Angel118Angel118
Hi,
        I installed the latest axis ie. 1.4 and added the jar files in the classpath, but still its giving me the same errors on enum.
Someone has any idera, how to go about it.

Thanks in Advance.
Angel