0 Replies Latest reply on Jul 27, 2006 7:12 AM by jason_rency

    problem with wsdl2java generation: org.apache.axit.enum

    jason_rency

      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