From ee90b327a9ca04ebd6c52d0fa69c5b8840e78a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssia=20Trojahn=20dos=20Santos?= <cassia.trojahn@irit.fr> Date: Fri, 11 Jun 2010 07:46:54 +0000 Subject: [PATCH] --- html/tutorial/tutorial5/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html index 5c611b35..6076c7a3 100644 --- a/html/tutorial/tutorial5/index.html +++ b/html/tutorial/tutorial5/index.html @@ -225,17 +225,12 @@ public class AlignmentWSPublisher { <li> Specify a port that is not blocked by a firewall of your machine or by your network/provider. </ul> -<p> The qualified name of the service consists -of the namespace "http://example.ws.matcher/" (because the webservice is part of package example.ws.matcher) and a local name that stands for the service -wrapping your matcher, which is in our example MyAlignmentWSService (= classname + "Service"). -The service can be accessed at via the URL http://134.155.86.66:8080/matcherWS and its WSDL - describing its methods - can be found at http://134.155.86.66:8080/matcherWS?wsdl. -</p> - -<p>To use the seals infrastructure you have to know the <b>namespace of your matching service</b>, you have to know the <b>local name of your service</b>, and finally you have to know the <b>URL of the servic endpoint</b> in order to specify it for running an evaluation.</p> +<p> The service can be accessed at via the URL http://134.155.86.66:8080/matcherWS and its WSDL - describing its methods - can be found at http://134.155.86.66:8080/matcherWS?wsdl. </p> +<p>To use the seals infrastructure you have to know the <b>namespace of your matching service</b> (e.g. "example.ws.matcher"), you have to know the <b>class implementing your service</b> (e.g. "AlignmentWSImpl" or "MyAlignmentWS"), and finally you have to know the <b>URL of the service endpoint</b> in order to specify it for running an evaluation +(e.g. "http://134.155.86.66:8080/matcherWS?wsdl").</p> - -<hr /> +<hr/> <small> <div style="text-align: center;">http://alignapi.gforge.inria.fr/tutorial/tutorial5/</div> <hr /> -- GitLab