Package simplesoap.client.stub.com.themindelectric.www

Examples of simplesoap.client.stub.com.themindelectric.www.NetXmethodsServicesStockquoteStockQuotePortType


                    null,
                    null,
                    "http://www.themindelectric.com/wsdl/net.xmethods.services.stockquote.StockQuote/",
                    "net.xmethods.services.stockquote.StockQuotePortType");
            // create the stub
            NetXmethodsServicesStockquoteStockQuotePortType stub =
                    (NetXmethodsServicesStockquoteStockQuotePortType) service.getStub(
                        NetXmethodsServicesStockquoteStockQuotePortType.class);

            // do the invocation
            // args[1] is the company symbol
            float quote = stub.getQuote(args[1]);
            System.out.println(quote);

        } catch (WSIFException we) {
            System.out.println(
                "Error while executing sample, received an exception from WSIF; details:");
View Full Code Here

TOP

Related Classes of simplesoap.client.stub.com.themindelectric.www.NetXmethodsServicesStockquoteStockQuotePortType

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.