change xml fot test

This commit is contained in:
2019-02-26 02:59:43 +03:00
parent 4b26c695d9
commit 438f2017b1
+2 -1
View File
@@ -4,7 +4,8 @@ public class App
{ {
public static void main( String[] args ) public static void main( String[] args )
{ {
String url = "http://localhost:8080/PersonWebService";
String url = "http://localhost:8081/PersonWebService";
Endpoint.publish(url, new PersonWebService()); Endpoint.publish(url, new PersonWebService());
} }
} }