首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

webservice施用

2012-11-10 
webservice应用public class HelloStubClient {public static void main(String[] args) throws Exception

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());                       } }

热点排行