4647484950515253545556
name = args[0]; } else { name = "No Name"; } String response = port.sayHello(name); System.out.println(response); } catch (Exception ex) { ex.printStackTrace(); } }