When generating java code using wsdl2java, I have these lines:

       oper.setStyle(org.apache.axis.enum.Style.RPC);
       oper.setUse(org.apache.axis.enum.Use.ENCODED);

These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2 supporting Jdk1.5? Is there any option for the command to set this?

Thanks,

vh.



Reply via email to