mirror of
https://github.com/svek95/WST_PersonTest.git
synced 2026-06-13 15:19:01 +03:00
change xml fot test
This commit is contained in:
+2
-1
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user