web services
I have loaded down JEE 1.4 I want to integrate web services with a current application. The current aplication is compile using java compiler 1.4. I run wscompile to create the stubs and it uses java compiler 1.5. So when I try to compile to integrate the two applicaitons I get compiler errors indicating the class versions are different.
I cannot change the current applicaitons compiler.
Is there a way around this problem?

