文件名称:axis2入门学习程序
文件大小:18.78MB
文件格式:ZIP
更新时间:2016-01-10 09:12:39
axis2
用于入门学习axis2,部署好即可用! //初始化文件 AxisProjectStub stub = new AxisProjectStub(); AxisProjectStub.Showname request = new AxisProjectStub.Showname(); request.setName("张三"); String name = stub.Showname(request).get_return(); return name;