From a808f7254889bebcc7a587b17d27d73734fda99c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 15 Feb 2008 18:34:33 +0000 Subject: [PATCH] javadoc --- src/site/fml/faq.fml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 76dba5cc..aff406f4 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -254,19 +254,12 @@ disadvantage that the "location" attribute in the WSDL is static, i.e. it does not necessarily reflect the host name of the server. You can transform locations by using a - WsdlDefinitionHandlerAdapter - - . + WsdlDefinitionHandlerAdapter.
  • Use theMessageDispatcherServlet, which is done is the samples. Every - WsdlDefinition - listed in the - *-servlet.xml - will be exposed under the - bean name. So if you define a - WsdlDefinition - namedecho, it will be - exposed asecho.wsdl. (i.e.http://localhost:8080/echo/echo.wsdl). + WsdlDefinition listed in the *-servlet.xml will be exposed under the + bean name. So if you define a WsdlDefinition namedecho, it will be + exposed as echo.wsdl (i.e.http://localhost:8080/echo/echo.wsdl).