Thank you very much for the information. I'll change that to the code.
However, this code is generated by Wsdl2Java. That means everytime I
change something (still early stage in defining things), I have to
manually go over and change these lines. Is there a switch to just tell
Wsdl2Java to not do this?
Again, thank you very much,
vh.
Davanum Srinivas wrote:
use org.apache.axis.constants.* (present in latest cvs)
On Mon, 15 Nov 2004 00:40:15 -0500, V D <[EMAIL PROTECTED]> wrote:
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.