FAQ: как переключить TS на использование SOAP 1.1

Нужно в WEB-INF/sun-jaxws.xml заменить
binding="http://java.sun.com/xml/ns/jaxws/2003/05/soap/bindings/HTTP/" на
binding="http://schemas.xmlsoap.org/wsdl/soap/http"
во всех эндпойнтах.
binding="http://java.sun.com/xml/ns/jaxws/2003/05/soap/bindings/HTTP/" на
binding="http://schemas.xmlsoap.org/wsdl/soap/http"
во всех эндпойнтах.