【发布时间】:2016-06-10 14:11:05
【问题描述】:
我是网络服务的新手。我创建了一个具有以下 WSDL 定义的 Web 服务。
<wsdl:service name="InterfaceService">
<wsdl:port name="InterfaceSOAP"
binding="impl1InterfaceSOAP">
<soap:address
location="http://localhost:9080/MyWeb/services/MyInterface" />
</wsdl:port>
</wsdl:service>
当 Web 服务发布时,Web 服务在 URL http://localhost:9080/MyWeb/InterfaceService 而不是 http://localhost:9080/MyWeb/services/MyInterface URl 上可用。 我们如何更改发布 Web 服务的 URL
【问题讨论】:
-
这是在 WebSphere Liberty 中还是在 WebSphere Application Server 传统中?
标签: java web-services websphere jax-ws