From 33b5daefcd9419750d124b151e22ff7fda3d6393 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 8 Mar 2008 11:40:58 +0000 Subject: [PATCH] Using DefaultWsdl11Definition --- .../main/webapp/WEB-INF/spring-ws-servlet.xml | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml b/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml index a480e5fe..35a76ba8 100755 --- a/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml +++ b/samples/echo/src/main/webapp/WEB-INF/spring-ws-servlet.xml @@ -46,23 +46,21 @@ - + - This bean definition represents a WSDL definition that is generated at runtime, based on the builder defined - below. It can be retrieved by going to /echo/echo.wsdl (i.e. the bean name corresponds to the filename). + This bean definition represents a WSDL definition that is generated at runtime. It can be retrieved by + going to /echo/echo.wsdl (i.e. the bean name corresponds to the filename). - - - The builder creates a WSDL from the 'echo.xsd' schema. It detects all elements that ends with 'Request', - finds corresponding 'Response' messages, and creates an operation based on that. All operations are put - in a portType with name 'Echo', and binding and service are created. - - - - - - - + + + + + + + + This bean definition contains the XSD schema. + +