hi all,
I created a test client for my webservice from the WSDL file. while there are errors in the BindingStud.java:
oper.setStyle(org.apache.axis.enum.Style.WRAPPED);
oper.setUse(org.apache.axis.enum.Use.LITERAL);
as enmu is a reserved type in jdk1.5.x
I know it's quite an old problem but I just can't find a solution.
any hint?
thanks