diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html index 6076c7a3e8237f633c992ed0ac8d7812ff05f6df..3b9fa44a14992be2b8ce38a028b341087950fda3 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>