Skip to content

Commit a808f72

Browse files
committed
javadoc
1 parent 2ba91fb commit a808f72

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

src/site/fml/faq.fml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,19 +254,12 @@
254254
disadvantage that the "location" attribute in the WSDL is static, i.e. it does not
255255
necessarily reflect the host name of the server. You can transform locations by using a
256256
<a href="http://static.springframework.org/spring-ws/site/apidocs/org/springframework/ws/transport/http/WsdlDefinitionHandlerAdapter.html">
257-
<tt>WsdlDefinitionHandlerAdapter</tt>
258-
</a>
259-
.
257+
<tt>WsdlDefinitionHandlerAdapter</tt></a>.
260258
</li>
261259
<li>Use the<tt>MessageDispatcherServlet</tt>, which is done is the samples. Every
262-
<tt>WsdlDefinition</tt>
263-
listed in the
264-
<tt>*-servlet.xml</tt>
265-
will be exposed under the
266-
bean name. So if you define a
267-
<tt>WsdlDefinition</tt>
268-
named<tt>echo</tt>, it will be
269-
exposed as<tt>echo.wsdl</tt>. (i.e.<tt>http://localhost:8080/echo/echo.wsdl</tt>).
260+
<tt>WsdlDefinition</tt> listed in the <tt>*-servlet.xml</tt> will be exposed under the
261+
bean name. So if you define a <tt>WsdlDefinition</tt> named<tt>echo</tt>, it will be
262+
exposed as <tt>echo.wsdl</tt> (i.e.<tt>http://localhost:8080/echo/echo.wsdl</tt>).
270263
</li>
271264
</ul>
272265
</p>

0 commit comments

Comments
 (0)