diff --git a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java index 301bed5e..34e8ed7e 100644 --- a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java +++ b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java @@ -35,8 +35,9 @@ import org.springframework.ws.wsdl.WsdlDefinition; * This servlet also automatically detects any {@link WsdlDefinition} in its application context. This WSDL is exposed * under the bean name (e.g. a {@link WsdlDefinition} bean named 'echo' will be exposed as * echo.wsdl in this servlet's context: http://localhost:8080/spring-ws/echo.wsdl). When the - * transformWsdlLocations property is set to true in the web.xml, all location - * attributes in the WSDL definitions will reflect the URL of the incoming request. + * transformWsdlLocations init-param is set to true in this servlet's configuration in + * web.xml, all location attributes in the WSDL definitions will reflect the URL of the + * incoming request. * * @author Arjen Poutsma * @see org.springframework.web.servlet.DispatcherServlet