Re: NoSuchMethodError when trying to use a webservice

2003-12-16 Thread Hans Jakob Skovenborg
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 some Value Beans Could you show your impl

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)
From: Vincent Carpentier (LMC) To: '[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)

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

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 attempting to run admin H

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
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.  Let us know if it works for you...  I think I saw a bug report opened on th

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: NoSuchMethodError in HTTPSender!

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 running Adm

Re: NoSuchMethodError: getSAXParser when running AdminClient

2002-09-18 Thread Sharmin Choksey
junit.jar and src.jar are I think needed during wsdl2java - not for AdminClient deploy. Can you verify your classpath - not sure if there are typos in there where it misses the "c:" prefix in the path for all the jars with the excpeption of xerces.jar. -Sharmin. >Mailing-List: contact [EMAIL P

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 sam

RE: NoSuchMethodError

2002-04-05 Thread Brenda Coulson
Just to let others who may experience the same behavior - this was due to an out-of-date Xerces jar file. Once I got the latest Xerces distribution from Apache web site and updated my classpath and directories accordingly, everything started working. brenda -Original Message- From: Brend

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
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 [EMAIL PROTECTED] Michel Bergijk <[EMAIL PROTECTED]> on 03/21/2002 03:47:42 AM Please respond to [EMAIL PRO