diff --git a/src/App.java b/src/App.java index dedea82..6999aa5 100644 --- a/src/App.java +++ b/src/App.java @@ -4,7 +4,7 @@ public class App { public static void main( String[] args ) { - String url = "http://localhost:8080/PersonService"; + String url = "http://localhost:8080/PersonWebService"; Endpoint.publish(url, new PersonWebService()); } }