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
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
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
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'
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
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
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
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
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
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
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
)
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
:
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 -
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
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
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
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
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
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:
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
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)
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
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:
- 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
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.
[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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
: 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
[
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
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
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
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
60 matches
Mail list logo