Looks like Java class versions problem...
If your code is compiled to run under JVM 1.5, make sure you're using a
compatible axis version, and running Tomact using the same JVM and Java
libraries version your code is compatible with.
From the error message it looks like the compiler Tomcat uses doesn't
like the Enumeration class of Java 1.5 runtime, which makes me think
that the compiler you're running is a Java 1.4 or lower compiler...
HTH,
Shai
> Hello,
>
[quoted text clipped - 55 lines]
> Thanks in advance,
> Peter
pitthekid - 09 Jun 2005 18:21 GMT
Hello Shai,
Thanks for this tipp. I corrected my JAVA_HOME, but didn't get any
further.
I created a new jws file, put it into the axis directory and it was
compiled. I can see the xml file
http://localhost:8087/axis/Calculator.jws?wsdl
But I can't Url type:
http://localhost:8087/axis/Calculator.jws?method=add
This url can't be found then. The same happens with
http://localhost:8087/axis/EchoHeaders.jws?method=list -->The url can't
be found. :-( (HTTP 500)
Maybe Ishould be more familiar with Web-SErvices. The files are
correctly compiled into the jws classes directory.
I would appreciate help very much.
Thanks in advance,
Peter