Package net.caece.fmII.controller

Examples of net.caece.fmII.controller.Service1


        try {
            url = new URL("http://" + clientIP + "/CommandService.asmx?WSDL");
        } 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);

    }
View Full Code Here

TOP

Related Classes of net.caece.fmII.controller.Service1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.