在多个 url 上发布 jax-ws web 服务

发布于 2024-11-26 20:29:05 字数 278 浏览 1 评论 0原文

如何自定义 jax-ws Web 服务以在多个 url 上可用。我有一个名为 commonService 的网络服务。默认情况下,它托管在 www.examples.com/commonservice?wsdl

我需要将其托管在多个路径中,如下所示

www.examples.com/corporate/commonservices www.example.com/retail/commonservices

我正在使用 websphere 7 和 Jdk1.6

有什么提示吗?

How can I customize jax-ws webservice to be available on more than one url. I have a webserice named commonService. By default it is hosted at www.examples.com/commonservice?wsdl

I need to host it in multiple paths as below

www.examples.com/corporate/commonservices
www.example.com/retail/commonservices

I am using websphere 7 and Jdk1.6

Any hints?

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

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

发布评论

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

评论(1

前事休说 2024-12-03 20:29:05

您是否尝试过在 sun-jaxws.xml 文件中创建多个端点?我会尝试在实现、接口方面使用相同的配置,但使用不同的 URL 模式 - 不确定这是否有效:)

Have you tried to create multiple endpoints in your sun-jaxws.xml file? I would try using the same configuration in terms of implementation, interface, but a different URL pattern - not sure if that'll work though :)

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