From 70a000eb4d2f3b60100c9920ab3fce1d97360980 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Thu, 4 Jun 2015 20:20:32 +0200 Subject: [PATCH] adding parent.xsd to PayloadValidatingInterceptor --- .../src/main/resources/spring-configuration/ws/soap-ws.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web-services-spring-server/src/main/resources/spring-configuration/ws/soap-ws.xml b/web-services-spring-server/src/main/resources/spring-configuration/ws/soap-ws.xml index cdf79a5..d77e7ab 100644 --- a/web-services-spring-server/src/main/resources/spring-configuration/ws/soap-ws.xml +++ b/web-services-spring-server/src/main/resources/spring-configuration/ws/soap-ws.xml @@ -45,6 +45,11 @@ + + + + + - + + + classpath:examples.xsd + classpath:parent.xsd + + -- 2.1.4