在jax ws实现中定制wsdl:binding名称

时间:2013-01-24 04:47:23

标签: java web-services soap jax-ws

是否可以在Web服务中自定义wsdl:binding名称。我正在使用jax ws实现。

@WebService(name="helloworldService",
portName="hellworldport",
serviceName = "helloworldService")

我的绑定是

<wsdl:binding name="helloworldServiceSoapBinding" type="tns:helloworldService">

我希望将其作为

<wsdl:binding name="TestBinding" type="tns:helloworldService">

有人可以说明要做的所需更改。

感谢。

0 个答案:

没有答案