import org.xmlsoap.ping.Ping;
public class PingServiceClient {
public static void main (String[] args) {
try {
PingService service = new PingService();
IPingService stub = service.getPingPort();
//IPingService stub = service.getIPingService();
// use static stubs to override endpoint property of WSDL
String serviceHost = System.getProperty("endpoint.host");
String servicePort = System.getProperty("endpoint.port");