Looks like your dump got truncated.  Lines 15 and 14 in Emitter are in the
copyright comment.  Looking at lines circa 140-150+ the only guess I can
make is that it's failing on a call to WSDLReader.setFeature.  That's a
relatively new method (within the last month, I think).  Are you using the
wsdl4j.jar that comes with AXIS?  You don't have an older one in your
CLASSPATH, do you?

Russell Butek
[EMAIL PROTECTED]


"Jean Marc Taillant" <[EMAIL PROTECTED]> on 02/14/2002 02:32:18
AM

Please respond to [EMAIL PROTECTED]

To:   <[EMAIL PROTECTED]>
cc:
Subject:  WSDL2Java : NoSuchMethodError




Hi,
I have got the latest nightly build and when i try  to use WSDL2Java on my
old wsdl file, i get this exception:

java.lang.NoSuchMethodError
         at  org.apache.axis.wsdl.toJava.Emitter.emit(Emitter.java:15
         at  org.apache.axis.wsdl.toJava.Emitter.emit(Emitter.java:14
         at  org.apache.axis.wsdl.WSDL2Java.emit(WSDL2Java.java:369)
         at org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:506)

Regards,
Jean Marc


Reply via email to