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 40c85c4 commit 1520740Copy full SHA for 1520740
src/reference/docbook/server.xml
@@ -619,6 +619,15 @@ public DefaultWsdl11Definition orders() {
619
</beans>]]></programlisting>
620
</para>
621
</section>
622
+ <section>
623
+ <title>MTOM</title>
624
+ <para>
625
+ <link xl:href="https://en.wikipedia.org/wiki/Message_Transmission_Optimization_Mechanism">MTOM</link> is
626
+ the mechanism of sending binary data to and from Web Services. You can look at how to implement
627
+ this with Spring WS through the
628
+ <link xl:href="https://github.com/spring-projects/spring-ws-samples/tree/master/mtom">MTOM sample</link>.
629
+ </para>
630
+ </section>
631
632
<section xml:id="server-endpoints">
633
<title>Endpoints</title>
0 commit comments