diff --git a/core/src/main/resources/META-INF/spring.schemas b/core/src/main/resources/META-INF/spring.schemas index c8688119..68d53048 100644 --- a/core/src/main/resources/META-INF/spring.schemas +++ b/core/src/main/resources/META-INF/spring.schemas @@ -1 +1,3 @@ -http\://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd \ No newline at end of file +http\://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd +http\://www.springframework.org/schema/web-services/web-services-2.0.xsd=/org/springframework/ws/config/web-services-2.0.xsd +http\://www.springframework.org/schema/web-services/web-services.xsd=/org/springframework/ws/config/web-services-2.0.xsd \ No newline at end of file diff --git a/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml b/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml index 040f2091..e1d51b38 100644 --- a/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml +++ b/core/src/test/resources/org/springframework/ws/config/interceptorsBeanDefinitionParserTest.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sws="http://www.springframework.org/schema/web-services" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/web-services http://static.springframework.org/schema/web-services/web-services-2.0.xsd"> + http://www.springframework.org/schema/web-services http://www.springframework.org/schema/web-services/web-services.xsd">