[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.stp] Re: Generating WSDL and artifacts from eclipse

There is a new WTP Incubator project forming that will provide JAX-WS support. You might be interested in following:

more information here as well:

http://dev.eclipse.org/mhonarc/lists/wtp-incubator-dev/msg00524.html

Dave

Antoine Toulme wrote:
Please file a request for enhancement.

Cheers!

Antoine

Daniel wrote:
Hi,

I'd like to know if there's a way to take a JAX-WS (2.1.2) based SEI and
generate+publish a web service of it, all from eclipse.

I use eclipse3.4. It features the "Create web service" option for SEIs.
The wizard asks me to choose the server on which the web service will be
deployed. Eclipse, using the server's files, generates the WSDL and the
relevant artifacts for me.
The problem is that the servers I use (Tomcat5.5 and Websphere6.1)
ignore the JAX-WS annotations of my services. They generate the WSDL
using JAX-RPC.
How do I make them use JAX-WS and work from eclipse?
I tried to put the JAX-WS jars inside the servers' lib dirs, but nothing
changed.

It's important for me to make everything work in a click (or as close to
this as possible). I don't want to generate WSDL and artifcats manually
using batch files, and then change them one-by-one. That would be too
hard to maintain in the future.

That's it - I want eclipse + tomcat/websphere + jaxws - to work in a click.
Many thanks in advance,
Daniel