在多个网址上发布jax-ws网络服务

时间:2011-07-29 10:33:38

标签: java web-services websphere jax-ws websphere-7

如何自定义jax-ws webservice以在多个网址上提供。我有一个名为commonService的webserice。默认情况下,它托管在www.examples.com/commonservice?wsdl

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

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

我正在使用websphere 7和Jdk1.6

任何提示?

1 个答案:

答案 0 :(得分:0)

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