views:

607

answers:

3

Can someone suggest some good tutorials for getting started with JAX-WS? Using various tools like wsgen etc...

A: 

I used the jaxws maven plugin.

http://java.sun.com/mailers/techtips/enterprise/2008/TechTips_Jan08.html seems like a good article to read.

jon077
A: 

I really like the Netbeans tutorial: Netbeans: Jax-WS

monksy
+3  A: 

You can start here:

NetBeans has really good support for JAX-WS and plenty of tutorials are available, e.g.:

Glen Mazza's has written plenty of interesting articles on JAX-WS RI / Metro:

The JAX-WS web site references good resources:

Finally, the JAX-WS RI includes many sample for lots of use cases that you can checkout from:

Or just download and unpack the JAX-WS RI.

Pascal Thivent