[solved] RE: [Axis error] No serializer found for class

2004-09-28 Thread Matthias Wessendorf
aul [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 4:26 PM > To: [EMAIL PROTECTED] > Subject: RE: [Axis error] No serializer found for class > > > Hello Matthias, > > I suspect you are trying to send this bean from your client > to your server > on

RE: [Axis error] No serializer found for class

2004-09-28 Thread Bouche Paul
; To: [EMAIL PROTECTED] > Subject: RE: [Axis error] No serializer found for class > > > karim, paul > > thanks! The call via HTTP.GET works now. > I just started to implement my java-client > and got an Exception during Deserializing. > (see below) > > I have th

Re: axis error

2003-11-04 Thread Dimuthu Leelarathne
Hey Kish, The thing is org/w3c/dom package is not available in jdk1.3. You have to install jdk1.4 or xerces.jar. mmm Congradulations :-). Luv, Dimuthu -- Lanka Software Foundation http://www.opensource.lk > D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5 > Exc

Re: axis error

2003-11-03 Thread Stephen Gordon
Make sure xmlParserAPIs.jar or xml-apis.jar is in your classpath stephen kishani Liyanage wrote: D:\AXIS-1_1>java samples.userguide.example2.CalcClient -p8080 add 2 5 Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node at org.apache.axis.client.Service.getAxisClie

RE: axis error

2002-12-21 Thread Mike Burati
Looks like you have an old XML parser being picked up, given that lexical handler feature not supported error.   Try picking up the latest Xerces and making sure it's in your classpath before any older XML parsers in the classpath that might be picked up at runtime... -Original Messa

Re: axis error saying cannot find matching java operation for WSDDoperation ..

2002-11-22 Thread Mike Fecina
Just letting everyone know that I restart Tomcat and this error goes away :) On Fri, 2002-11-22 at 11:27, Mike Fecina wrote: > All, > > Just when I think I almost got a web service deployed, I run into more > and more problems. Currently, I get the following axis error when I try > to look at th

RE: AXIS error

2002-06-27 Thread Anthony Smith
I get this when I type http://localhost:8080/axis/NHLService.jws?wsdl in the browser window -Original Message- From: fd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:54 PM To: [EMAIL PROTECTED] Subject: Re: AXIS error whats teh compilation error? > Sorry, something se

Re: AXIS error

2002-06-26 Thread fd
whats teh compilation error? > Sorry, something seems to have gone wrong... here are the details: > > Error while compiling: > C:\tomcat-3.3\webapps\axis\WEB-INFjwsClasses\NHLService.java > > > > What is the problmeo > > > import java.util.*; > > public class NHLService { > HashMap s

Re: Axis error: ClassNotFoundException

2002-03-20 Thread Joey Gibson
On Wed, 20 Mar 2002 15:01:58 +0100, Michel Bergijk <[EMAIL PROTECTED]> wrote: ||| ||| yes ||| ||| ||| Do the wsdd and wsdl files reside at that location aswell? I haven't put my .wsdd file there. Since I passed it to the AdminClient and he copied the info to the server-config.wsdd I don't

RE: Axis error: ClassNotFoundException

2002-03-20 Thread Michel Bergijk
yes Do the wsdd and wsdl files reside at that location aswell? Michel -Original Message- From: Joey Gibson [mailto:[EMAIL PROTECTED]] Sent: woensdag 20 maart 2002 14:57 To: [EMAIL PROTECTED] Subject: Re: Axis error: ClassNotFoundException On Wed, 20 Mar 2002 14:38:05 +0100

Re: Axis error: ClassNotFoundException

2002-03-20 Thread Joey Gibson
On Wed, 20 Mar 2002 14:38:05 +0100, Michel Bergijk <[EMAIL PROTECTED]> wrote: ||| Sorry, something seems to have gone wrong... here are the details: ||| java.lang.ClassNotFoundException: com.foo.FooService ||| ||| My directory structure: ||| axis (directory) ||| |--com (directory) ||| |--