Fix small mistake in the documentation
Original pull-request: https://github.com/spring-projects/spring-ws/pull/80
This commit is contained in:
committed by
Greg Turnquist
parent
858681220c
commit
59e3ff1f6b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user