axis2入门学习程序
用于入门学习axis2,部署好即可用! //初始化文件 AxisProjectStub stub = new AxisProjectStub(); AxisProjectStub.Showname request = new AxisProjectStub.Showname(); request.setName("张三"); String name = stub.Showname(request).get_return(); return name;
下载地址
用户评论