I've been *trying* to follow a simple web tutorial (at:
http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html) to create a web service and client. Everything *seems* to work; that is, I can get to the Axis2 web page, the service looks OK, but when I try to create a client, I get an error: java.lang.NoSuchMethodError: javax.wsdl.Operation.getExtensionAttributes()Ljava/util/Map
I can see in the webapp libraries section I reference wsdl4j-1.6.2.jar; have no idea why. Is this the problem? Get same error if I try to create the web client from wsdl.
RON