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