From 438f2017b1b347693f911aef7a8f761fdb708389 Mon Sep 17 00:00:00 2001 From: SVEK Date: Tue, 26 Feb 2019 02:59:43 +0300 Subject: [PATCH] change xml fot test --- src/App.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.java b/src/App.java index 6999aa5..ff4382c 100644 --- a/src/App.java +++ b/src/App.java @@ -4,7 +4,8 @@ public class App { public static void main( String[] args ) { - String url = "http://localhost:8080/PersonWebService"; + + String url = "http://localhost:8081/PersonWebService"; Endpoint.publish(url, new PersonWebService()); } }