NoSuchMethodError

2004-12-23 Thread Hyma
Hi, I have a working WAR application with 3 webservices that are exposed in production system.I have picked the same version of WAR as in production and created a Dynamic Web project in WSAD(5.1.0). The http://localhost:8080/CLA/services lists me all the webservices properly. When I pick any of t

WSDL4J NoSuchMethodError com.ibm.wsdl.extensions.PopulatedExtensionRegistry

2004-01-15 Thread Arun N
Hi All,   Although it is a bit offtopic, i thought someone would help or give me a lead for a problem i am facing in WSDL4J   i tried googling and i got many similar questions but let unanswered.   I have a java client accessing the WSDL using WSDL4J. WSDLFactory wsdlFactory = WSDLFactory.new

SV: NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Jørgen Ramskov
Hans Jakob Skovenborg wrote: > Hi Joergen > Did you use WSDL2Java to build your WebService client stub. > It generates the following class'es for you. > You should have 2 implementing classes, a ServiceLocator.java and a > bindingStub.java + 2 interface class'es for those. You should also > have so

Re: NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Hans Jakob Skovenborg
show your implementing class'es. /Jakob -Oprindelig meddelelse- Fra: Jørgen Ramskov [mailto:[EMAIL PROTECTED] Sendt: 16. december 2003 14:52 Til: '[EMAIL PROTECTED]' Emne: NoSuchMethodError when trying to use a webservice I'm trying to use a webservice that'

NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Jørgen Ramskov
I'm trying to use a webservice that's provided to me. I'm using it in a servlet running on Tomcat 4.0.6 and Sun Java build 1.3.1_02-b02 on a Windows 2k server. The error I get is this: === Cut === root cause java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocu

NoSuchMethodError !!

2003-12-04 Thread bhabesh
Hello Group, I am using axis as web service client with the following ... Tomcat : 3.3.1a JDK: 1.3 I am able to call web service properly and also getting the response from the service. I can see the response xml in axis.log file since I have turned debug on for

Newbie: problem with Wsdl2javaAntTask: NoSuchMethodError

2003-06-17 Thread Michael Woinoski
The axis-wsdl2java task in Axis 1.1 is throwing an exception. axis-admin works fine (although I had to set the classpath externally via antrc_pre.bat) and I can run WSDL2Java from the command line. Any idea what the problem is with axis-wsdl2java? Here's the element in build.xml: Here's the An

reposting: NoSuchMethodError

2003-06-09 Thread Daryl Williams
i get is the NoSuchMethodError. i included all the pertinent code and details in the first posting, so i will not repeat it again, unless asked. your help would be greatly appreciated. regards, daryl

added new method to service, got: NoSuchMethodError

2003-06-02 Thread Daryl Williams
hello folks, i am new to axis, but have managed to impliment a simple service that returns a vector of hashmaps. the service has 1 method, called getPackageList and it works fine. i now have a new version that has 2 methods, getPackageList and getLibraryList both of which return vectors of hash

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Davanum Srinivas
as provided. I > am not sure > how it was deployed on their end. > - Original Message - > From: Vincent Carpentier (LMC) > To: '[EMAIL PROTECTED]' > Sent: Thursday, March 27, 2003 3:28 PM > Subject: RE: NoSuchMethodError in WSDDDocumentplea

RE: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Sharmila Sekaran
m: Reid [mailto:[EMAIL PROTECTED]Sent: Thursday, March 27, 2003 6:27 PMTo: [EMAIL PROTECTED]Subject: Re: NoSuchMethodError in WSDDDocumentplease help! No...but would it even make a difference at this stage of the game?  All I've done is call the default constructor;  I haven

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
) To: '[EMAIL PROTECTED]' Sent: Thursday, March 27, 2003 3:28 PM Subject: RE: NoSuchMethodError in WSDDDocumentplease help! Just to make sure.   You deployed your web service via the Adminclient on your remote location.   And now you want to access it

RE: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Vincent Carpentier (LMC)
: NoSuchMethodError in WSDDDocumentplease help! No...but would it even make a difference at this stage of the game?  All I've done is call the default constructor;  I haven't provided an endpoint, namespace, or anything else at this point... - Original Message -

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
EMAIL PROTECTED]' Sent: Thursday, March 27, 2003 3:22 PM Subject: RE: NoSuchMethodError in WSDDDocumentplease help! Are you behind a proxy? -Original Messag[Vincent Carpentier (LMC)]-From: Sharmila Sekaran [mailto:[EMAIL PROTECTED]Sent: Thursday, Marc

RE: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Vincent Carpentier (LMC)
Are you behind a proxy? -Original Messag[Vincent Carpentier (LMC)]-From: Sharmila Sekaran [mailto:[EMAIL PROTECTED]Sent: Thursday, March 27, 2003 6:15 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: NoSuchMethodError in WSDDDocumentplease help! If this is

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Sharmila Sekaran
If this is the first time that you are deploying a Web Service, then I would check on the patch version of jdk1.3.1 that you have.  I believe it should work for jdk1.3.1_07.  Or else try jdk1.4 if all else fails as it worked for me.   If you have deployed Web Services locally previously, then

NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
Hello, This is my first attempt at accessing a remote web service utilizing Apache Axis. My code is bailing when I try to create an instance of the org.apache.axis.client.Service class, using the default constructor. The error I'm seeing is below, and my code follows.  Also, I see all over

NoSuchMethodError: ParameterDesc.

2003-01-13 Thread Matt Clark
Hi, I’m try to call a webservice that I’ve deployed in Axis and seeing the following exception:   Java.lang.NoSuchMethodError: org.apache.axis.description.ParameterDesc.(Ljavax/xml/namespace/QName;BLjavax/xml/namespace/QName;Ljava/lang/class;ZZ)V   In my skeleton’s static declarat

Re: Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-13 Thread Andy Nguyen
yield a "no protocol" error.) -- Andy Nguyen \ Fortigo Inc. \ www.fortigo.com aqn at fortigo.com Original Message Subject: Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source) Date: Thu, 12 Dec 2002 18:28:47 -0600 From:

RE: Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-12 Thread Vidyanand Murunikkara
NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source) I am trying to work through some of the examples in the Axis 1.0 release. When I do: $ java org.apache.axis.wsdl.WSDL2Java -t -s file:///F:/xml-axis-10/samples/addr/AddressBook.wsdl I get: java.lang.NoSuchMethodError

Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-12 Thread Andy Nguyen
I am trying to work through some of the examples in the Axis 1.0 release. When I do: $ java org.apache.axis.wsdl.WSDL2Java -t -s file:///F:/xml-axis-10/samples/addr/AddressBook.wsdl I get: java.lang.NoSuchMethodError at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

RE: NoSuchMethodError while attempting to run admin

2002-11-18 Thread Vidyanand Murunikkara
check this out .. might be a similar error. http://marc.theaimsgroup.com/?t=10376305003&r=1&w=2 -Original Message- From: Joe Morse [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 12:37 PM To: '[EMAIL PROTECTED]' Subject: NoSuchMethodError while attem

NoSuchMethodError while attempting to run admin

2002-11-18 Thread Joe Morse
Hello. Does anyone get a NoSuchMethodError while attempting to access the AdminServlet? I've installed Axis on JRun and keep getting the following stack trace: -- 500 Internal Server Error /axis/servlet/AdminServlet:

Re: NoSuchMethodError in Client

2002-11-18 Thread Steve Loughran
- Original Message - From: "Yates, Danny (ANTS)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 7:15 AM Subject: RE: NoSuchMethodError in Client > Well, not THAT many! The indexOf() and lastIndexOf() methods, subSequence() > and

Re: NoSuchMethodError in Client

2002-11-18 Thread Steve Loughran
y, November 18, 2002 6:44 AM Subject: RE: NoSuchMethodError in Client > What JDK are you using? If not 1.4.1 you need to use 1.4.1 due to the fact > java.lang.StringBuffer( java.lang.StringBuffer ) does not exist in 1.3. 1.0 > did not have this limitation, but it seems the new builds do.

RE: NoSuchMethodError in Client

2002-11-18 Thread thomas . cherel
[mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 10:24 AMTo: '[EMAIL PROTECTED]'Subject: RE: NoSuchMethodError in Client I don't recall hearing that Axis was going to required JDK 1.4. Is that the case now? -Original Message-From: [EMAIL PROTECTE

RE: NoSuchMethodError in Client

2002-11-18 Thread Chris Forbis
EMAIL PROTECTED]' Subject: RE: NoSuchMethodError in Client   I don't recall hearing that Axis was going to required JDK 1.4. Is that the case now? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 9:01 AM To: [EMAIL PRO

RE: NoSuchMethodError in Client

2002-11-18 Thread Volkmann, Mark
I don't recall hearing that Axis was going to required JDK 1.4. Is that the case now? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Monday, November 18, 2002 9:01 AMTo: [EMAIL PROTECTED]Subject: RE: NoSuchMethodError in ClientIt looks lik

RE: NoSuchMethodError in Client

2002-11-18 Thread Yates, Danny (ANTS)
PROTECTED] Phone: +44 20 7756 5012 Fax: +44 20 7612 4342 -Original Message-From: Chris Forbis [mailto:[EMAIL PROTECTED]]Sent: 18 November 2002 15:05To: '[EMAIL PROTECTED]'Subject: RE: NoSuchMethodError in Client But not with the new methods that 1.4 offers (1.4

RE: NoSuchMethodError in Client

2002-11-18 Thread cmchenry
                To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         cc:                 Subject:        RE: NoSuchMethodError in Client java.lang.StringBuffer has existed since JDK 1.0. -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED]] Sent

RE: NoSuchMethodError in Client

2002-11-18 Thread Chris Forbis
But not with the new methods that 1.4 offers (1.4 expands on StringBuffer with MANY MANY new goodies)     -Original Message- From: Volkmann, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 9:56 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchMethodError

RE: NoSuchMethodError in Client

2002-11-18 Thread Volkmann, Mark
java.lang.StringBuffer has existed since JDK 1.0. -Original Message-From: Chris Forbis [mailto:[EMAIL PROTECTED]]Sent: Monday, November 18, 2002 8:45 AMTo: '[EMAIL PROTECTED]'Subject: RE: NoSuchMethodError in Client What JDK are you using?  If not 1.4.1 y

RE: NoSuchMethodError in Client

2002-11-18 Thread Chris Forbis
this as well.   Chris     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 9:33 AM To: [EMAIL PROTECTED] Subject: NoSuchMethodError in Client   I get the following exeception when trying to run a client application with the 11/17

NoSuchMethodError in Client

2002-11-18 Thread cmchenry
I get the following exeception when trying to run a client application with the 11/17 build.  This same application worked under the 1.0 build. java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found         at org.apache.axi

Re: NoSuchMethodError in HTTPSender!

2002-11-15 Thread Steve Loughran
File this as a bugrep. Gump has moved to 1.4.1 for the nightly builds, so some of these things arent being caught any more. - Original Message - From: "Mark Volkmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 18:49 Subject: NoSuchMet

NoSuchMethodError in HTTPSender!

2002-11-15 Thread Mark Volkmann
Title: RE: Interim drop of 11-13-2002 I'm hitting this problem too!  I've changed the subject because I think it's being overlooked since many people are not using the interim drops. This certainly needs to be fixed before the 1.01 version comes out! - Original Message - From:

NoSuchMethodError

2002-11-04 Thread Takafumi Sato
Hello, everybody. I have a problem about making WSDL file. When I use Java2WSDL , I get Error like this java.lang.NoSuchMethodError at org.apache.axis.wsdl.fromJava.Types.writeWsdlTypesElement(Types.java: 458) at org.apache.axis.wsdl.fromJava.Types.writePartType(Types.java:2

RE: WSDL2Java NoSuchMethodError with Axis1.0

2002-10-22 Thread Tom Jordahl
WSDL2Java NoSuchMethodError with Axis1.0 With a new version of Axis 1.0 I am getting this exception when running WSDL2Java (wsdl file attached). java org.apache.axis.wsdl.WSDL2Java ualWebServices1.wsdl java.lang.NoSuchMethodError at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unkn

WSDL2Java NoSuchMethodError with Axis1.0

2002-10-21 Thread Michael Roytman
With a new version of Axis 1.0 I am getting this exception when running WSDL2Java (wsdl file attached). java org.apache.axis.wsdl.WSDL2Java ualWebServices1.wsdl java.lang.NoSuchMethodError at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source) at com.ibm.wsdl.util.xml.QNam

RE: NoSuchMethodError: getSAXParser when running AdminClient

2002-09-18 Thread MAYOR,CHRIS (HP-PaloAlto,ex1)
Get a newer version of the xerces jar (I'm using 1.4.4). I have seen the same error before. Regards -Original Message- From: Liviu Chiriac [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 14:32 To: [EMAIL PROTECTED] Subject: NoSuchMethodError: getSAXParser when ru

Re: NoSuchMethodError: getSAXParser when running AdminClient

2002-09-18 Thread Sharmin Choksey
ontact [EMAIL PROTECTED]; run by ezmlm >list-help: <mailto:[EMAIL PROTECTED]> >list-unsubscribe: <mailto:[EMAIL PROTECTED]> >list-post: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >From: "Liviu Chiriac" <[EMAIL PROTE

NoSuchMethodError: getSAXParser when running AdminClient

2002-09-18 Thread Liviu Chiriac
When I try to run: java org.apache.axis.client.AdminClient deploy.wsdd   In the Tomcat log I get a java.lang.NoSuchMethodError for .apache.axis.utils.XMLUtils.getSAXParser()   I suspect something is wrong with my classpath, but I tried almost everything! Does anyone have a hint to what

solved - was Re: InvocationTargetException/NoSuchMethodError ondeploy

2002-06-04 Thread Bryan Field-Elliot
I believe I have solved my problem... I used to be using Axis beta 1. I had the "jaxrpc.jar" left over from beta 1 in my Tomcat/common/lib directory. After copying beta 2's version of jaxrpc.jar into common/lib, it appears as though I can deploy correctly now. Thanks, Bryan On Tue, 200

InvocationTargetException/NoSuchMethodError on deploy

2002-06-04 Thread Bryan Field-Elliot
I'm using Axis beta 2. I've written a WSDL file (by hand), generated skeletons/stubs, compiled them, and deployed them to Tomcat just fine. Now when I try to deploy the Axis service (using the generated .wsdd file), I get the following exception. Any help would be greatly appreciated, as this is

RE: Problem Deploying Service via wsdd & AdminClient (NoSuchMethodError)

2002-05-17 Thread Alan Moore
ap/encoding/"; /> http://schemas.xmlsoap.org/soap/encoding/"; /> If I comment out both of the typeMappings it "deploys" fine. Commenting out only one or the other doesn't allow the service to be registered (same NoSuchMethodError) exception... I

Problem Deploying Service via wsdd & AdminClient (NoSuchMethodError)

2002-05-09 Thread Alan Moore
p.org/soap/encoding/"; /> If I comment out both of the typeMappings it "deploys" fine. Commenting out only one or the other doesn't allow the service to be registered (same NoSuchMethodError) exception... I suspect that axis cannot find the serializers/deserializers bu

RE: NoSuchMethodError

2002-04-11 Thread Brenda Coulson
11:24 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchMethodError Is your service listening on port 8080? If not, you have to specify the port too. -Original Message- From: Lou, Zhuoming [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:26 AM To: [EMAIL PROTECT

RE: NoSuchMethodError

2002-04-11 Thread Brenda Coulson
site/service. brenda -Original Message- From: Lou, Zhuoming [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:26 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError That worked. Thanks Charles. I run into another problem, when I try to test GetQuote, I got: /vobs/apps

RE: NoSuchMethodError

2002-04-11 Thread Ng, Charles
Is your service listening on port 8080? If not, you have to specify the port too. -Original Message- From: Lou, Zhuoming [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:26 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError That worked. Thanks Charles. I run into

RE: NoSuchMethodError

2002-04-11 Thread Lou, Zhuoming
samples.stock.GetQuote.getQuote(Unknown Source) at samples.stock.GetQuote.main(Unknown Source) Did I missed somethig? Thanks. ZL -Original Message- From: Ng, Charles [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 9:32 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchM

RE: NoSuchMethodError

2002-04-11 Thread Ng, Charles
Make sure you have a JAXP compliant parser in your classpath. -Original Message- From: Lou, Zhuoming [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: NoSuchMethodError Hi all, I installed axis in Tomcat4.0.3. When I try to run java

NoSuchMethodError

2002-04-11 Thread Lou, Zhuoming
Hi all, I installed axis in Tomcat4.0.3. When I try to run java samples.userguide.example1.TestClient The following exception dumps: /vobs/apps/zlou/tomcat4.0.3/webapps/axis/WEB-INF/classes % java samples.userguide.example1.TestClient Exception in thread "main" java.lang.NoSuchMethodEr

RE: NoSuchMethodError

2002-04-05 Thread Brenda Coulson
: Brenda Coulson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: NoSuchMethodError I am trying to use Axis with Tomcat and I am receiving an Internal Server Error when I attempt to deploy and run the StockQuote example. It seems as if I may have an

NoSuchMethodError

2002-04-04 Thread Brenda Coulson
I am trying to use Axis with Tomcat and I am receiving an Internal Server Error when I attempt to deploy and run the StockQuote example. It seems as if I may have an inconsistency with my classes, but not sure where to look. Any help would be appreciated. Stack trace is shown below: 2002-04-04 11

RE: NoSuchMethodError while using WSDL2Java

2002-03-21 Thread Michel Bergijk
: donderdag 21 maart 2002 15:07 To: [EMAIL PROTECTED] Subject: Re: NoSuchMethodError while using WSDL2Java Where did you get your wsdl4j.jar? There are actually 2 (or more?) of those floating around and they're not compatible. You should use the one that is packaged with AXIS. Russell Butek [

Re: NoSuchMethodError while using WSDL2Java

2002-03-21 Thread Russell Butek
d to [EMAIL PROTECTED] To:"axis (E-mail)" <[EMAIL PROTECTED]> cc: Subject:NoSuchMethodError while using WSDL2Java Fellow Axis users, While using WSDL2Java I got a NoSuchMethodError (see call and error message below). Can anyone comment on this? My Classpath (using echo %cl

NoSuchMethodError while using WSDL2Java

2002-03-21 Thread Michel Bergijk
Fellow Axis users, While using WSDL2Java I got a NoSuchMethodError (see call and error message below). Can anyone comment on this? My Classpath (using echo %classpath%): .;C:\Apache\soap-2_2\lib\soap.jar;C:\Apache\tomcat\lib\xerces.jar;C:\Apache\ tomcat\lib\mail.jar; C:\Apache\tomcat\lib

NoSuchMethodError when trying to call stubs

2002-03-05 Thread Claudio Buffa Pace
HI all: I am a little lost at this point. I initialy started out by having problems with wsdl2java not creating the java files correctly. I solved that by getting hold of one of the night builds. No I have a run time problem. When I run the junit tests, or even if I write my own test cli

Problem with deploying sample deploy.wsdd - NoSuchMethodError

2002-02-22 Thread Danny L Yeh
: Problem with deploying sample deploy.wsdd - NoSuchMethodError

Problem with deploying sample deploy.wsdd - NoSuchMethodError

2002-02-21 Thread Danny L Yeh
Hi, I encountered a NoSuchMethodError when I tried to deploy my first sample deploy.wsdd. I tried different versions of xerces.jar and checked the archive of the mailing list. So far I came up empty. The deployment did not even make pass the Tcpmon. Can someone point out the obvious mistake