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