我们可以在 Eclipse 中使用 jax-ws 将同一类 java 中的两个方法公开为 Web 服务吗?

发布于 2024-12-08 15:39:00 字数 131 浏览 1 评论 0 原文

我正在使用 myEclipse 开发 jax-ws Web 服务。是否可以将同一类中的两个方法公开为一个 Web 服务?如果是,这将如何影响 WSDL?或者我必须公开一个 Web 服务,我的意思是每种方法一个 wsdl?

非常感谢。

I am using myEclipse to develop jax-ws web services. Is it possible to expose two methods from the same class as one web service? if yes how this will affect the WSDL? Or I have to expose one web service, I mean one wsdl for each method?

Many Thanks.

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

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

发布评论

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

评论(1

夜灵血窟げ 2024-12-15 15:39:00

我不确定 MyEclipse 与这里有什么关系。

是的,在 Web 服务(用 @WebService 注释的类)中当然可以有多个用 @WebMethod 注释的方法。

是的,您的 WSDL 将更改以适应您添加的新方法。

更新 您要求提供具有多个肥皂操作的 WSDL 示例。这是 一个

I am not sure how MyEclipse is relevant here.

Yes, you can certainly have more than one method annotated with @WebMethod in a webservice (a class annotated with @WebService).

Yes your WSDL will change to account for the new method you added.

UPDATE You asked for examples of a WSDL with multiple soap operations. Here is one.

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