【发布时间】:2016-07-05 15:07:42
【问题描述】:
我在 wsdl 文件上运行 wsdl2java -u -uri,它生成的 java 类抛出错误 xxx must implement the inherited abstract method adbbean.getpullparser。我想我以前没有遇到过这个问题。
这是为什么呢?
【问题讨论】:
我在 wsdl 文件上运行 wsdl2java -u -uri,它生成的 java 类抛出错误 xxx must implement the inherited abstract method adbbean.getpullparser。我想我以前没有遇到过这个问题。
这是为什么呢?
【问题讨论】:
这意味着您正在使用 Axis2 1.7.x 生成代码,然后尝试使用 Axis2 1.6.x 或更早版本构建它。如Axis2 1.7.0 release note 中所述,不支持。
【讨论】: