Is there another way to get WebServiceTemplate in Spring Boot than WebServiceGatewaySupport#getWebServiceTemplate()?
Spring provides the org.springframework.ws.client.core.support.WebServiceGatewaySupport class, which is according to the Spring documentation a convenient super class for application classes that need Web service access. The class is apparently designed for extending . It is abstract so it cannot be instantiated as a bean, so I cannot use composition rather than inheritance . However, when I inherit the class, Spring starts complaining like that: [WARN] org.springframework.framework.CglibAopProxy - Unable to proxy interface-implementing method [public final void org.springframework.ws.client