diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html index ca5388718c1ca16c8aafddd8fec0a28fd71ea316..8db4d42b63855287638413dd6b4746259a9d03fc 100644 --- a/html/tutorial/tutorial5/index.html +++ b/html/tutorial/tutorial5/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="en" lang="en"> <head> - <title>Accessing a matcher through a Web Service</title> + <title>Exposing a matcher as a web service</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="../../base.css" /> <link rel="stylesheet" type="text/css" href="../../style.css" /> @@ -32,7 +32,7 @@ margin-bottom: 10px; </head> <body style="background-color: #FFFFFF;"> -<h1>Accessing a matcher through a Web Service</h1> +<h1>Exposing a matcher as a web service</h1> <dl> <dt>Author:</dt> <dd><a href="http://exmo.inrialpes.fr/people/trojahn/">Cassia Trojahn dos @@ -152,7 +152,13 @@ public class AlignmentWSPublisher { <p> Moreover, you should use as endpoint: <tt>"IP"</tt>+<tt>"/matcherWS"</tt>, as <tt>http://134.155.86.66:8080/matcherWS</tt>. </p> <p>Following the example above, the description of the service can be then accessed at http://134.155.86.66:8080/matcherWS?wsdl. </p> -<p></p> - </body> + +<hr /> +<small> +<div style="text-align: center;">http://alignapi.gforge.inria.fr/tutorial/tutorial5/</div> +<hr /> +$Id$ +</small> +</body> </html>