From ccaf89d081e236afc484ea13846eb2e029beec89 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 8 Oct 2006 12:50:59 +0000 Subject: [PATCH] Renamed servlet. --- .../{springws-servlet.xml => spring-ws-servlet.xml} | 9 ++++++--- samples/echo/src/main/webapp/WEB-INF/web.xml | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) rename samples/echo/src/main/webapp/WEB-INF/{springws-servlet.xml => spring-ws-servlet.xml} (88%) diff --git a/samples/echo/src/main/webapp/WEB-INF/springws-servlet.xml b/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml similarity index 88% rename from samples/echo/src/main/webapp/WEB-INF/springws-servlet.xml rename to samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml index 021e9115..54a2ac6e 100755 --- a/samples/echo/src/main/webapp/WEB-INF/springws-servlet.xml +++ b/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml @@ -5,7 +5,8 @@ class="org.springframework.ws.transport.http.MessageEndpointHandlerAdapter"> This handler adapter makes sure that Spring's DispatcherServlet supports MessageEndpoint instances as - handlers. It uses a SAAJ to construct SoapMessageContexts (and SoapMessages). + handlers. It uses a SAAJ to construct SoapMessageContexts (and SoapMessages). + @@ -14,13 +15,15 @@ This handler adapter adds support for WsdlDefinitions to Spring's DispatcherServlet. It transforms location - attributes in the original WSDL to reflect the URL of the incoming HTTP request. + attributes in the original WSDL to reflect the URL of the incoming HTTP request. + - All incoming request are mapped to the messageDispatcher defined in applicationContext-ws.xml + All incoming request are mapped to the messageDispatcher defined in applicationContext-ws.xml + diff --git a/samples/echo/src/main/webapp/WEB-INF/web.xml b/samples/echo/src/main/webapp/WEB-INF/web.xml index 151aab11..47987163 100755 --- a/samples/echo/src/main/webapp/WEB-INF/web.xml +++ b/samples/echo/src/main/webapp/WEB-INF/web.xml @@ -6,7 +6,8 @@ - "Echo" WebService + "Echo" WebService + Returns a given string(only A-Z and a-z chars allowed). See echo.xsd file. - springws + spring-ws org.springframework.web.servlet.DispatcherServlet - springws + spring-ws /services - springws + spring-ws *.wsdl