Hello,
I'm trying register a client handler at
runtime, the register process seems work fine but when I
invoke to the service method I get the following exception:
java.xml.rpc.JAXRPCException: Unable to create
handler of type com.test.handler.EchoHandler
I'm sure that is not a problem of
hanks.
-- Mensaje original ---
De : [EMAIL PROTECTED]
Para : [EMAIL PROTECTED], [EMAIL PROTECTED]
Fecha : Wed, 9 Feb 2005 11:15:00 +0530
Asunto : Re: Axis problem
>Hi Carlos,
> We also faced similar problems. I think problem is with the Tomcat. It is
>not a good HTTP server. Our
Message -
From: "Carlos Hurtado Ramírez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 09, 2005 12:47 AM
Subject: Axis problem
>
> Hi, i\'m having a problem with the Axis engine, i have developed a web
service
> class that works fine, th
Hi, i\'m having a problem with the Axis engine, i have developed a web service
class that works fine, the first 6 or 7 time is invoked for a consumer, in the
next invocation i\'m having a java.net.ConnectException: Connection timed out.
What\'s wrong, do i need to configure a parameter in the d
Here I go again...
Hi all!
I have a question concerning client-side Axis. I have a web service that
seems not to understand "soapenc:root" attributes. All I get when I send a
request (using Axis client) to this web service is:
"attribute soapenc:root not allowed"
The request looks like this:
5 5:23 PM
To: [EMAIL PROTECTED]
Subject: Re: Famous "Migration from Soap to Axis" problem
I can't definitively answer your basic question regarding performance,
but based on anecdotal evidence, I expect you to experience a 5x or
better performance improvement when switching from SOAP t
I can't definitively answer your basic question regarding performance,
but based on anecdotal evidence, I expect you to experience a 5x or
better performance improvement when switching from SOAP to Axis.
The article you cited regarding Axis doc/literal and DOM refers only
to the Axis "message" sty
Hi,
I was reading through the archives, but no one seems to have a
reasonable answer from anyone for many people’s problem/question “Migration
from Apache Soap to Apache Axis”. I was also googling for any document to
help me in this task, but could not find anything useful. I wish http:
Hi all!
I have a question concerning client-side Axis. I have a web service that
seems not to understand "soapenc:root" attributes. All I get when I send a
request (using Axis client) to this web service is:
"attribute soapenc:root not allowed"
The request looks like this:
http://schemas.xmlso
Sherman, Dennis (END-CHI) wrote:
If what you wrote below wasn't just sloppy description, your problem is
* jar the .class files, put the jar in /lib
* run the admin client from the directory the .wsdd lives in
Once you've compiled and jar'd your .java files, you've got no need for the
.class files
uesday, November 11, 2003 12:20 PM
To: [EMAIL PROTECTED]
Subject: Newbie axis problem
All,
I am currently working on writing a deploying a web service (not one of the
examples) for the first time. The documentation is excellent if you have
everything in one class and one file, but I am try
All,
I am currently working on writing a deploying a web service (not one of the
examples) for the first time. The documentation is excellent if you have
everything in one class and one file, but I am trying to use custom classes
(something.java) in my services. I have jar'd every .java file, pla
perhaps the first Axis servlet was not properly shut down before the second
was created by the restart of the web server).
Jeff
- Original Message -
From: "James Howe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 7:33 AM
Subject: Axis
I'm trying to use Axis-1_1RC2 with Resin 2.1.6. I've written a small web
service and deployed it using the AxisServlet. Once deployed, I can get
the WSDL for the service (albeit with an XML error), and I can write a
simple client to talk to the service. However, when I restart my web
server
I'm trying to use Axis-1_1RC2 with Resin 2.1.6. I've written a small web
service and deployed it using the AxisServlet. Once deployed, I can get
the WSDL for the service (albeit with an XML error), and I can write a
simple client to talk to the service. However, when I restart my web
server
Hi all,
I am getting the following error when I am trying
to run my application:
Exception in thread "main"
java.lang.NoClassDefFoundError: org/apache/axis/client/Service
But I put all the jars in the /lib
directory on the classpath.
The example in /samples/userguilde/example1 works f
Hi all,
Is there anyone who succeed in generated wsdl "any"
type?
My WSDL schemas is for example:
The object returned in the "any" type is an XML
tree (with a root element named "Data")
AXIS cannot read the response, i get the following
exception:
get
: "Steven J Baker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 8:33 PM
Subject: Re: AXIS problem
> Did you start the AXIS server through the admin page after starting
Tomcat?
>
>
> Jean-Marc Taillant wrote:
> > Hi all,
> >
Did you start the AXIS server through the admin page after starting Tomcat?
Jean-Marc Taillant wrote:
> Hi all,
>
> I use Tomcat 3.3a with Axis beta1. I try to list ( or to deploy too) the
> services installed on Axis with the following command:
>
> java org.apache.axis.client.AdminClient
: maandag 25 maart 2002
13:55To: [EMAIL PROTECTED]Subject: Re: AXIS
problem
I think i get the 19 march beta1.
Here is my classpath from client side ( where i
call the AdminCLient)
/
C:\java_tools\xml-axis-beta1\lib\axis.jar;C:\java_tools\xml-axis-beta1\lib\clutil.jar;C:\java_tools
Bergijk
To: [EMAIL PROTECTED]
Sent: Monday, March 25, 2002 1:50
PM
Subject: RE: AXIS problem
Jean Marc,
I tried your java
org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list and my Axis (beta1, from March 19, not the one
from friday 15
jar files in the classpath with the
beta1 jar files? Do you have something deployed?
Michel
-Original Message-From: Jean-Marc Taillant
[mailto:[EMAIL PROTECTED]]Sent: maandag 25 maart 2002
13:37To: [EMAIL PROTECTED]Subject: AXIS problem
Hi all,
I use Tomcat 3.3a with Axis
Hi all,
I use Tomcat 3.3a with Axis beta1. I try to list (
or to deploy too) the services installed on Axis with the following
command:
java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService
list
and i get the following error:
- AxisFault: AxisFault fa
Thanks for replying. Unfortunately, I tried your
suggestion but it still gives me the same error
message.
It seems that you are mixing AXIS (Apache SOAP 3.0) jar files and
Apache SOAP 2.2 so remove all the references to version 2.2.
Regards.
Ramón
-Original Message-
From: mikel [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 3:26 PM
To: [EMAIL PROTECTED]
Subject: axis problem
Hi
Hi,
Ive been staring at this for days, but can't what
must be an obvious mistake on my part. See details in html attachment. Is anyone
able to assist?
thankyou
mikel
Title: Directory of C:\xml-axis-beta1\samples\userguide\example3
Directory of
C:\xml-axis-beta1\samples\userguide\e
26 matches
Mail list logo