读书人

webservice施用

发布时间: 2012-11-10 10:48:50 作者: rapoo

webservice应用

public class HelloStubClient {         public static void main(String[] args) throws Exception              {                HelloServiceStub stub = new HelloServiceStub();HelloServiceStub.SayHello hello= new HelloServiceStub.SayHello();                hello.setArgs0("zhangjinping");                System.out.println( stub.sayHello(hello).get_return());                       } }

读书人网 >Web前端

热点推荐