axis problem registering a handler-Unable to create handler

2005-02-14 Thread Pablo Lanza Moreno
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

Re: Axis problem

2005-02-10 Thread Carlos Hurtado Ramírez
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

Re: Axis problem

2005-02-08 Thread Sunil Kothari
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

Axis problem

2005-02-08 Thread Carlos Hurtado Ramírez
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

Client side Axis - problem with soapenc:root

2005-01-12 Thread Damir Suban
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:

RE: Famous "Migration from Soap to Axis" problem

2005-01-10 Thread Pramodh Peddi
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

Re: Famous "Migration from Soap to Axis" problem

2005-01-07 Thread Anne Thomas Manes
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

Famous "Migration from Soap to Axis" problem

2005-01-07 Thread Pramodh Peddi
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:

Client side Axis - problem with soapenc:root

2005-01-05 Thread Damir Suban
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

Re: Newbie axis problem

2003-11-11 Thread Daniel Skiles
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

RE: Newbie axis problem

2003-11-11 Thread Sherman, Dennis (END-CHI)
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

Newbie axis problem

2003-11-11 Thread DANIEL SKILES
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

Re: Axis problem after restart

2003-06-10 Thread Jeff Greif
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

Axis problem after restart

2003-06-10 Thread James Howe
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

Axis problem after restart

2003-06-09 Thread James Howe
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

Axis problem!

2003-01-28 Thread Thomas Schröter
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

AXIS Problem (Is there anyone who succeed in generated wsdl "any" type?)

2002-05-24 Thread Jean-Marc Taillant
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

Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
: "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, > >

Re: AXIS problem

2002-03-25 Thread Steven J Baker
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

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
: 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

Re: AXIS problem

2002-03-25 Thread Jean-Marc Taillant
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

RE: AXIS problem

2002-03-25 Thread Michel Bergijk
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

AXIS problem

2002-03-25 Thread Jean-Marc Taillant
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

RE : axis problem

2002-03-18 Thread mikel
Thanks for replying. Unfortunately, I tried your suggestion but it still gives me the same error message.

RE: axis problem

2002-03-18 Thread Ramon Turnes
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

axis problem

2002-03-18 Thread mikel
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