Package br.com.mystudies.jaxws.client

Source Code of br.com.mystudies.jaxws.client.WSClient

package br.com.mystudies.jaxws.client;

import br.com.mystudies.jaxws.WebService;
import br.com.mystudies.jaxws.WebServiceService;

public class WSClient {

  public static void main(String[] args) {
    WebServiceService wss = new WebServiceService();
    WebService ws = wss.getWebServicePort();

    System.out.println(ws.operation("Robson"));
  }
}
TOP

Related Classes of br.com.mystudies.jaxws.client.WSClient

TOP
Copyright © 2018 www.massapi.com. 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.