Java 中的简单 hello world Web 服务

发布于 2024-10-31 06:46:44 字数 585 浏览 0 评论 0原文

我有 myeclipse 8.6.1 我想构建一个简单的 helloworld web 服务,但我无法做到。在我制作Web服务时出现的myeclipse浏览器中,它给出了这条路径,

http://homepc:8088/HelloWorld/

我在末尾附加了一个?wsdl,但没有任何反应

我想知道以下内容

  1. 如何为java类制作wsdl?
  2. 将其保存在目录中的何处,以便它出现在 ?wsdl 中,从而可以发现 Web 服务
  3. 在 myeclipse 中构建并运行 Web 服务还需要什么?

我已经关注了http://www.myeclipseide.com/documentation/quickstarts/webservices_overview/

但它不告诉你如何进一步进行,它只是告诉你如何以不同的方式开始,

谢谢

I have myeclipse 8.6.1 i want to build a simple helloworld webservice which i am unable to. in the myeclipse browser that appears when i have made the webservice it gives this path

http://homepc:8088/HelloWorld/

i append a ?wsdl at the end and nothing happens

i want to know the following things

  1. how to make a wsdl for a java class?
  2. where to keep it in the directory so it appears in the ?wsdl and thus the webservice is discoverable
  3. What else is required to build an up and running webservice in myeclipse?

i have followed this http://www.myeclipseide.com/documentation/quickstarts/webservices_overview/

but it desnt tell how to proceed further it just tells you how to start in different ways

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

初雪 2024-11-07 06:46:44

经过所有这些研究,我发现 myeclipse 至少对于 java 中的 web 开发不太好,所以我转向了 netbeans,使用了 6.9.1 版本,在那里你只需点击几下就可以创建一个 web 服务,它会处理目录和部署。

after all this researching i found out that myeclipse is not so good for web development atleast in java, so i shifted to netbeans, used version 6.9.1 and there you can just make a webservice in a few clicks, it takes care of the directories and deployment.

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