2

是否可以在 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">

有人可以告诉需要进行的更改。

谢谢。

4

0 回答 0