Skip to content

Commit 1520740

Browse files
committed
SWS-905 - Add link in ref docs to MTOM sample
1 parent 40c85c4 commit 1520740

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/reference/docbook/server.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,15 @@ public DefaultWsdl11Definition orders() {
619619
</beans>]]></programlisting>
620620
</para>
621621
</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>
622631
</section>
623632
<section xml:id="server-endpoints">
624633
<title>Endpoints</title>

0 commit comments

Comments
 (0)