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?
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?
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.