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 WSDDDocument....please 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