`
bdk82924
  • 浏览: 553148 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

开发Soap客户端

阅读更多
 public static void main(String[] args)
    {
        HelloService service = new HelloServiceLocator();
        Hello client = null;
        try
        {
            client = service.getHello();
        }
        catch (ServiceException e)
        {
            e.printStackTrace();
        }
        try
        {
            System.out.println(client.hello("dd"));
        }
        catch (RemoteException e)
        {
            e.printStackTrace();
        }
    }
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics