在项目中引入webservice,编译时出现错误.
在Appendix.java文件中 private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(Attribute.class, true);
这句出错, 查看底层方法TypeDesc为 public TypeDesc(java.lang.Class aClass) { /* compiled code */ }这的确对不上啊.代码中有这句都出错.还有elemField.setNillable(true); 说方法不存在.菜鸟求指教......玩了几天都不转.........