Skip to content

Commit 59e3ff1

Browse files
chaodhibgregturn
authored andcommitted
Fix small mistake in the documentation
Original pull-request: #80
1 parent 8586812 commit 59e3ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
</para>
206206
<programlisting><![CDATA[@Bean
207207
public SimpleWsdl11Definition orders() {
208-
return new SimpleWsdl11Definition(new ClassPathResource("orders.xml"));
208+
return new SimpleWsdl11Definition(new ClassPathResource("orders.wsdl"));
209209
}]]></programlisting>
210210
<para>
211211
The WSDL defined in the '<filename>orders.wsdl</filename>' file on the classpath can then be accessed via

0 commit comments

Comments
 (0)