Przeglądaj źródła

Added link to WSDL

peter_backlund 17 lat temu
rodzic
commit
25f18d97c0
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      dddsample/src/main/webapp/index.jsp

+ 1
- 0
dddsample/src/main/webapp/index.jsp Wyświetl plik

@@ -15,6 +15,7 @@
15 15
 <ul>
16 16
 <li>Public <a href="public/track">cargo tracking</a></li> 
17 17
 <li>Administration of <a href="admin/list">booking and routing</a>.</li>
18
+<li>Handling event registration <a href="ws/RegisterEvent?wsdl">web service</a></li>
18 19
 </ul>
19 20
 <p>The Incident Logging application, that is used to register handling events, is a stand-alone application and a separate download.</p>
20 21
 <p>Please visit the <a href="http://dddsample.sf.net">project website</a> for more information and a screencast demonstration of how the application works.</p>