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. + +