@Endpoint public class MyEndpoint{ @SoapAction("http://springframework.org/spring-ws/SoapAction") public Source doSomethingWithRequest() { ... } }
SoapEndpointInvocationChain