users@jax-ws.java.net

Getting started with GetterWebService

From: Cameron Taggart <cameron.taggart_at_gmail.com>
Date: Fri, 19 Jan 2007 11:31:50 -0800

I wrote a basic web service that I've named GetterWebService. While,
it works useing Apache CXF (in incubator), I get errors when trying to
launch it with JAX-WS RI 2.0.1 (default in Java 6) or 2.1 EA3. I get
different errors with each, which I'm hoping someone can help me
resolve.

GetterWebService is attached.

With JAX-WS RI 2.0.1 I get this error:
Runtime Error: class: jaxws.jaxws.GetInt could not be found

With JAX-WS RI 2.1 EA3 it can't find the localized error message, so
I'm not really sure. Both stacktraces are attached.

I must be missing something obvious.

cheers,
Cameron