使用自顶向下方法的 Eclipse 介绍性 JAX-WS 教程
我正在寻找 JAX-WS 与 Eclipse 一起使用的教程。我特别寻找的是一些使用自上而下的方法,其中您有一个 wsdl 文件的 url 并运行 wsgen 来生成存根。
谢谢你!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个很好的入门教程,提供了所有源代码并且详细记录了步骤。 JAX-WS 五分钟教程(Hello World)
这是另一个简单的教程我发现: JAX-WS 你好世界范例 – 文档风格
Mkyong 网站还有一些其他有趣的教程,包括 如何在 Eclipse 中跟踪 SOAP 消息 我可以尝试一下。这是为了观看来回播放的肥皂剧消息。
然后我找到了这个,正如作者 Paul Taylor 所说,他也找不到任何不基于 Netbeans 的合适的 Web 服务教程。 JAX-WS 教程 Paul Taylor
然后更多教程:
最后一个很有帮助,因为我在工作中必须做一些非常类似的事情。
最后是一个 Web 服务示例。
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:
This last one was a big help as I have to do something very similar at work.
Finally, a web service example.
http://download.oracle.com/javaee/6/tutorial/doc /bnayn.html
http://download.oracle.com/javaee/6/tutorial/doc/bnayn.html