From 9a558f2fd048a6336f22a05e1ef8c3039469f200 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 16:02:30 +0000 Subject: [PATCH] --- html/tutorial/tutorial5/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html index 6076c7a3..3b9fa44a 100644 --- a/html/tutorial/tutorial5/index.html +++ b/html/tutorial/tutorial5/index.html @@ -227,8 +227,7 @@ public class AlignmentWSPublisher { <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> +<p>To use the seals infrastructure you have to specify the class including its package specification (e.g. example.ws.matcher.AlignmentWSImpl or example.ws.matcher.MyAlignmentWS) and you have to specify the URL of the service endpoint (e.g. http://134.155.86.66:8080/matcherWS or http://134.155.86.66:8080/matcherWS?wsdl). </p> <hr/> <small> -- GitLab