} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Service1 service = new Service1(url, SERVICE1_QNAME);
Service1Soap port = service.getService1Soap();
String result = port.onLine();
System.out.println("--------->>> " + result);
}