Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 47980 invoked by uid 500); 19 Aug 2002 17:36:22 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 47904 invoked from network); 19 Aug 2002 17:36:22 -0000 Message-ID: <8CDAFC036F95D3118864009027D5F92C0538D241@mailsrv.hobbylobby.com> From: "Jason D. Lee" To: "'axis-user@xml.apache.org'" Subject: RE: WSDL2Java Error Date: Mon, 19 Aug 2002 12:41:15 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C247A7.9E37E910" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C247A7.9E37E910 Content-Type: text/plain; charset="iso-8859-1" That did it. I moved wsdl4j.jar higher in CLASSPATH and it worked fine. Thanks! :) -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. -----Original Message----- From: butek@us.ibm.com [mailto:butek@us.ibm.com] Sent: Monday, August 19, 2002 11:14 AM To: axis-user@xml.apache.org Subject: Re: WSDL2Java Error I suspect a mismatch with some prereq, probably wsdl4j.jar. Make sure you're using the wsdl4j.jar that's packaged with AXIS. Russell Butek butek@us.ibm.com Please respond to axis-user@xml.apache.org To: "Axis (E-mail)" cc: Subject: WSDL2Java Error I'm trying create Java client stub, but I'm getting the following error. Any thought? I'm using the 8/19 build of Axis, and deploying under Tomcat 4.1.9 on Win2K, JDK 1.3.1_01. C:\java\src\client>java org.apache.axis.wsdl.WSDL2Java http://.../axis/services/CraftsWeb?wsdl -o .\craftsweb java.lang.NoSuchMethodError at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source) at com.ibm.wsdl.util.xml.QNameUtils.matches(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:370) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:359) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:247) at java.lang.Thread.run(Thread.java:484) -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. ------_=_NextPart_001_01C247A7.9E37E910 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
That did it.  I moved wsdl4j.jar higher in CLASSPATH and = it worked=20 fine.  Thanks! :)
 

--
Jason Lee -=20 Programmer
405.745.1789 =
Hobby Lobby Stores, Inc.

-----Original Message-----
From: butek@us.ibm.com=20 [mailto:butek@us.ibm.com]
Sent: Monday, August 19, 2002 = 11:14=20 AM
To: axis-user@xml.apache.org
Subject: Re: = WSDL2Java=20 Error

I suspect a mismatch with some prereq, = probably=20 wsdl4j.jar. Make sure you're using the wsdl4j.jar that's packaged = with=20 AXIS.

Russell Butek
butek@us.ibm.com

Please respond to = axis-user@xml.apache.org=20

To: "Axis = (E-mail)"=20 <axis-user@xml.apache.org>
cc:=20
Subject: WSDL2Java=20 Error



I'm trying create Java client stub, = but I'm=20 getting the following error.
Any thought?  I'm using the 8/19 = build of=20 Axis, and deploying under Tomcat
4.1.9 on Win2K, JDK=20 1.3.1_01.


C:\java\src\client>java=20 org.apache.axis.wsdl.WSDL2Java
http://.../axis/service= s/CraftsWeb?wsdl -o=20 .\craftsweb
java.lang.NoSuchMethodError
=20

        at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown=20 Source)
        at com.ibm.wsdl.util.xml.QNameUtils.matches(Unknown=20 Source)
        at = com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown=20 Source)
        at = com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown=20 Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown=20 Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown=20 Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown=20 = Source)
        at
org.apache.axis.wsdl.symbolTable.Sy= mbolTable.populate(SymbolTable.java:370)
at

org.apache.ax= is.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:359)
at=20 = org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:247)
at = java.lang.Thread.run(Thread.java:484)


--
Jason Lee = -=20 Programmer
405.745.1789
Hobby Lobby Stores,=20 Inc.


------_=_NextPart_001_01C247A7.9E37E910--