在多个 url 上发布 jax-ws web 服务
如何自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过在 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 :)