1. 首页
  2. 数据库
  3. Informix
  4. axis2入门学习程序

axis2入门学习程序

上传者: 2020-09-20 08:48:57上传 ZIP文件 18.78MB 热度 21次
用于入门学习axis2,部署好即可用! //初始化文件 AxisProjectStub stub = new AxisProjectStub(); AxisProjectStub.Showname request = new AxisProjectStub.Showname(); request.setName("张三"); String name = stub.Showname(request).get_return(); return name;
用户评论