Fix small mistake in the documentation

Original pull-request: https://github.com/spring-projects/spring-ws/pull/80
This commit is contained in:
Chaouki Dhib
2017-01-26 12:10:48 +01:00
committed by Greg Turnquist
parent 858681220c
commit 59e3ff1f6b

View File

@@ -205,7 +205,7 @@
</para>
<programlisting><![CDATA[@Bean
public SimpleWsdl11Definition orders() {
return new SimpleWsdl11Definition(new ClassPathResource("orders.xml"));
return new SimpleWsdl11Definition(new ClassPathResource("orders.wsdl"));
}]]></programlisting>
<para>
The WSDL defined in the '<filename>orders.wsdl</filename>' file on the classpath can then be accessed via