Introductory JAX-WS tutorial for Eclipse using a t

2019-02-01 13:05发布

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!

2条回答
Root(大扎)
2楼-- · 2019-02-01 13:39

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.

查看更多
登录 后发表回答