Axis2 1.7.1 wsdl2java issue

2019-08-12 02:38发布

问题:

I run wsdl2java -u -uri on a wsdl file and java classes it generates throws error xxx must implement the inherited abstract method adbbean.getpullparser. I don't think I encountered this issue before.

Why is that?

回答1:

That means that you are generating code with Axis2 1.7.x, but then try to build it with Axis2 1.6.x or earlier. As explained in the Axis2 1.7.0 release note, that is not supported.