Is there anyway to call a method that has a no argument signature?
(String) result = call.invoke() // how come I can't do this?
- Jon
hello,
my client is a Applet
in my Web Service i try to implement Observer Interface to watch any change
in my Object Store
the moment i call function "notifyObservers()" in Class which extends
Observable,
it has to call the "update(java.util.Observable aObservable, Object
aObject)" function in
Place a server-config.wsdd file in your webapp's WEB-INF dir that contains
the server side deployment data you want.
The easiest way to get this is to bring up your server and then deploy all
your services - then just copy the server-config.wsdd in your WEB-INF dir
into your webapp/WAR file you wa
With Axis (1.0 beta), is there a way to automatically deploy my web services at servlet context load time, rather than having to manually deploy the .wsdd files every time my webapp gets (re)deployed?
Perhaps there are some (undocumented) parameters I can put in web.xml to achieve this?
Hello,
I’m resolve the
problem adding de .jar’s files in my CLASSPATH variables and modifying, in
my Windows .net Beta 3, the registry entry for the Tomcat services: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache
Tomcat\Parameters\JVM Option Number 0.
The value of this
Hi all!!!
i have installed axis b1 in tomcat 4.0.4, and it work
fine, but when i publish a service and generate the
wsdl file
(http://localhost:8080/axis/Calculator.jws?wsdl) i
can't obtain the function list from the service ("add"
and "subtract"). I have tested using xmlspy and
soapx4, but i can
Doug Davis wrote:
>
> Not sure - the only thing I can think of is that you're using an old
> version of xerces.
FYI: I run with Xerces 2, and can only get this to work if
xmlParserAPIs.jar in tomcat/common/lib.
> Can you try 1.4.3?
FYI: Xerces 2.0.1 is faster.
- Sam Ruby
Not sure - the only thing I can think of is that you're using an old
version of xerces.
Can you try 1.4.3?
-Dug
Parimi Srinivas <[EMAIL PROTECTED]> on 03/17/2002 03:54:17 PM
Please respond to [EMAIL PROTECTED]
To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:RE: NoClassDefFoundE
I am sorry, I wrote it wrong in my previous e-mail.
I actually placed jaxrpc.jar in tomcat/lib and xerces.jar is placed in
axis/web-inf/lib. Is there any thing I am missing ?
Thanks for your reply.
-parimi
-Original Message-
From: Doug Davis [mailto:[EMAIL PROTECTED]]
Sent: Sunday, Mar
Don't put xerces.jar in there - leave it in the axis/web-inf/lib dir.
Place just jaxrpc.jar in tomcat's lib dir.
-Dug
Parimi Srinivas <[EMAIL PROTECTED]> on 03/17/2002 03:31:36 PM
Please respond to [EMAIL PROTECTED]
To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:RE: NoClassDe
I used to get the same NoClassDefFoundError. When I placed xerces.jar in
tomcat\lib, I get the following Exception when try to execute
org.apache.axis.client.AdminClient,
java.lang.NoSuchMethodError
at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown
Source)
at or
Its a new "feature" of tomcat :-)
-Dug
Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:51:26 PM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject:Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName
I meant, "classloader problems eh?", not "classpath p
It would really help in situations like this if you could include the WSDL file which
you were using, and the generated WSDD file. The stack trace doesn't really tell us
much in this case.
Thanks,
--Glen
> -Original Message-
> From: Nuno Guerreiro [mailto:[EMAIL PROTECTED]]
> Sent: S
I meant, "classloader problems eh?", not "classpath problems eh?".
Bryan
On Sun, 2002-03-17 at 10:36, Doug Davis wrote:
place jaxrpc.jar into tomcat's lib dir.
-Dug
Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM
Please respond to [EMAIL PROTECTED]
To:[EMAIL
Thanks, that did it. Classpath problems eh?
Bryan
On Sun, 2002-03-17 at 10:36, Doug Davis wrote:
place jaxrpc.jar into tomcat's lib dir.
-Dug
place jaxrpc.jar into tomcat's lib dir.
-Dug
Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject:NoClassDefFoundError: javax.xml.rpc.namespace.QName
I'm trying to deploy Axis Beta-1 on Tomcat 4.0.3, usi
I'm trying to deploy Axis Beta-1 on Tomcat 4.0.3, using the sample webapp "axis" which comes with the distribution.
Every time I try to access the Admin or a JWS service, I get:
java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName
at org.apache.axis.transport.http.AdminServlet.ge
17 matches
Mail list logo