When I build my program, it gives the error:
org.apache.axis cannot resolved to a type
I’ve seen on some sites that this may be because of enum type which is not there in the latest version of jdk. Currently I’m using jdk 1.6.x. How can I overcome the problem?
org.apache.axisisn’t a type anyway – it’s a package. However, the types within that package are provided by the Apache Axis project. You’ll need to download the libraries and add them to your classpath; the exact details will depend on whether you’re using an IDE, the command line, Ant or whatever.Note that Axis 1 is rather old now… you may wish to consider migrating to a more modern web-service platform.