Joseph
Joseph

Reputation: 117

Axis2 1.7.1 wsdl2java issue

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?

Upvotes: 1

Views: 2375

Answers (1)

Andreas Veithen
Andreas Veithen

Reputation: 9164

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.

Upvotes: 6

Related Questions