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
; 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
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
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
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
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
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
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
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
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
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)
||| |--
11 matches
Mail list logo