How to change JAVAX-WS Endpoint binding to SOAP 1.2?

后端 未结 2 756
灰色年华
灰色年华 2021-02-20 08:50

I\'m publishing a test WS implementation using Endpoint.publish() for consumption in Visual Studio. According to the documentation the default SOAP binding is

2条回答
  •  孤街浪徒
    2021-02-20 09:07

    With JAX-WS 2.x you can either enable SOAP 1.2 via config file or via Java 5 annotation. See here (original, now broken link) for more details.

提交回复
热议问题