Moved PayloadValidatingInterceptor to o.sfw.soap.server.endpoint.interceptor, to solve tangle: it contains SOAP-specific features.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</bean>
|
||||
|
||||
<bean id="validatingInterceptor"
|
||||
class="org.springframework.ws.server.endpoint.interceptor.PayloadValidatingInterceptor">
|
||||
class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
|
||||
<description>
|
||||
This interceptor validates both incoming and outgoing message contents according to the 'echo.xsd' XML
|
||||
Schema file.
|
||||
|
||||
Reference in New Issue
Block a user