使用自顶向下方法的 Eclipse 介绍性 JAX-WS 教程

发布于 2024-12-08 22:31:14 字数 106 浏览 0 评论 0原文

我正在寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不知在何时 2024-12-15 22:31:14

这是一个很好的入门教程,提供了所有源代码并且详细记录了步骤。 JAX-WS 五分钟教程(Hello World)

这是另一个简单的教程我发现: JAX-WS 你好世界范例 – 文档风格
Mkyong 网站还有一些其他有趣的教程,包括 如何在 Eclipse 中跟踪 SOAP 消息 我可以尝试一下。这是为了观看来回播放的肥皂剧消息。

然后我找到了这个,正如作者 Paul Taylor 所说,他也找不到任何不基于 Netbeans 的合适的 Web 服务教程。 JAX-WS 教程 Paul Taylor

然后更多教程:

  1. 用于 XML Web 服务的 Java TM API
  2. Eclipse 中使用 JAX-WS 的 Web 服务
  3. 使用 Web 服务使用 Web 服务客户端
  4. 5 分钟内创建 JAX-WS 服务< /a>

最后一个很有帮助,因为我在工作中必须做一些非常类似的事情。

最后是一个 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:

  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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文