Hi All,
I am having problem generating the client side stubs through Axis/ Jax-Ws. If I run the wsdl2java command in a JRE 1.4 environment machine, then I am getting "major-minor version exception 49" --- which means that my JRE version does not match with the DFS JRE version. If I run the wsdl commands in a JRE 1.5 machine, then the client side stubs are getting generated. I don't understand why this is happening.
I must run the DFS consumer code iin a JRE 1.4 environment. But if I compile the codes in JRE 1.5, then it does not run in JRE 1.4. All the JRE 1.5 generated stubs contain annotations which are not understood in JRE 1.4. So I must get the DFS client side stubs generated from Axis 1.4 for JRE 1.4.
Could anyone please help? I'm new to DFS and not sure if I am missing something. I saw in Powerlink as well as in the DFS development guide that I can write consumers in JRE 1.4.
Please help.
Thanks a lot,