Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Introductory JAX-WS tutorial for Eclipse using a top down approach [closed]

I'm was looking for a tutorial for JAX-WS to use with Eclipse. What I was looking for specifically was some that used a top down approach where you have a url to a wsdl file and run wsgen to generate your stubs.

Thank you!

like image 287
James Drinkard Avatar asked Oct 10 '11 13:10

James Drinkard


2 Answers

This was a good starter tutorial, all the source code was provided and the steps were well documented. JAX-WS Five Minute Tutorial (Hello World)

This is another simple one that I found: JAX-WS Hello World Example – Document Style The Mkyong site also has some other interesting tutorials that follow this, including How to Trace SOAP Messages in Eclipse that I may try. It's for watching the soap messages going back and forth.

Then I found this one and as the author: Paul Taylor states, he couldn't find anything decent for a web services tutorial either that wasn't Netbeans based. JAX-WS Tutorial Paul Taylor

Then more tutorials:

  1. Java TM API for XML Web Services
  2. Web service with JAX-WS in Eclipse
  3. Consuming Web service using Web Service Client
  4. Create JAX-WS Service in 5 Minutes

This last one was a big help as I have to do something very similar at work.

Finally, a web service example.

like image 97
James Drinkard Avatar answered Oct 15 '22 21:10

James Drinkard


http://download.oracle.com/javaee/6/tutorial/doc/bnayn.html

like image 44
Mister Smith Avatar answered Oct 15 '22 20:10

Mister Smith