We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8586812 commit 59e3ff1Copy full SHA for 59e3ff1
src/reference/docbook/server.xml
@@ -205,7 +205,7 @@
205
</para>
206
<programlisting><![CDATA[@Bean
207
public SimpleWsdl11Definition orders() {
208
- return new SimpleWsdl11Definition(new ClassPathResource("orders.xml"));
+ return new SimpleWsdl11Definition(new ClassPathResource("orders.wsdl"));
209
}]]></programlisting>
210
<para>
211
The WSDL defined in the '<filename>orders.wsdl</filename>' file on the classpath can then be accessed via
0 commit comments