How to set soap version to 1.2 for a web service client using spring-ws-core?
My client is using org.springframework.ws:spring-ws-core:4.0.11
, which internally relies on Jakarta XML Web Services (JAX-WS).
How to set soap version to 1.2 for a web service client using spring-ws-core?
My client is using org.springframework.ws:spring-ws-core:4.0.11
, which internally relies on Jakarta XML Web Services (JAX-WS).