• 大小: 5.39MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-16
  • 语言: 其他
  • 标签: axis1实现  

资源简介

axis1实现webservice 及客户端调用方法 实现

资源截图

代码片段和文件信息

package com;
public class Axis {
public String sayHello(String name){
System.out.println(“跟谁说:“+name);
return “hi:“+name;
}
public String sayHelloToUser(User u){
System.out.println(“path:“+u.getPath());
System.out.println(“地址:“+u.getAdd());
return “对谁说:“+u.getName();
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-12-25 19:56  test2\
     文件         842  2016-12-24 15:37  test2\.classpath
     文件        1038  2016-12-24 15:37  test2\.project
     目录           0  2016-12-25 19:56  test2\.settings\
     文件         503  2016-12-24 15:37  test2\.settings\.jsdtscope
     文件         364  2016-12-24 15:37  test2\.settings\org.eclipse.jdt.core.prefs
     文件         467  2016-12-24 15:37  test2\.settings\org.eclipse.wst.common.component
     文件         345  2016-12-24 15:37  test2\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2016-12-24 15:37  test2\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2016-12-24 15:37  test2\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2016-12-25 19:56  test2\build\
     目录           0  2016-12-25 19:56  test2\build\classes\
     目录           0  2016-12-25 19:56  test2\build\classes\com\
     文件        1064  2016-12-25 19:51  test2\build\classes\com\Axis.class
     文件        2546  2016-12-25 19:55  test2\build\classes\com\Client.class
     文件        1032  2016-12-25 19:49  test2\build\classes\com\User.class
     目录           0  2016-12-25 19:56  test2\src\
     目录           0  2016-12-25 19:56  test2\src\com\
     文件         314  2016-12-25 19:51  test2\src\com\Axis.java
     文件        1728  2016-12-25 19:55  test2\src\com\Client.java
     文件         549  2016-12-25 19:49  test2\src\com\User.java
     目录           0  2016-12-25 19:56  test2\WebContent\
     目录           0  2016-12-25 19:56  test2\WebContent\meta-INF\
     文件          39  2016-12-24 15:37  test2\WebContent\meta-INF\MANIFEST.MF
     目录           0  2016-12-25 19:56  test2\WebContent\WEB-INF\
     目录           0  2016-12-25 19:56  test2\WebContent\WEB-INF\lib\
     文件       55932  2016-12-25 14:52  test2\WebContent\WEB-INF\lib\activation.jar
     文件       33202  2016-12-25 14:52  test2\WebContent\WEB-INF\lib\axis-ant.jar
     文件     1599570  2016-12-25 14:52  test2\WebContent\WEB-INF\lib\axis.jar
     文件       71442  2016-12-25 14:52  test2\WebContent\WEB-INF\lib\commons-discovery-0.2.jar
     文件       38015  2016-12-25 14:52  test2\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar
............此处省略9个文件信息

评论

共有 条评论

相关资源