Eclipse 安装Web Service、Axis2插件

Eclipse 安装Web Service、Axis2插件

一. 下载Apache Axis2及相关插件

下载地址:

http://axis.apache.org/axis2/java/core/download.cgi

二. 解压 

    axis2-eclipse-codegen-plugin-1.7.3.zip

    axis2-eclipse-service-plugin-1.7.3.zip

    axis2-1.7.3-bin.zip

三. 将解压

    org.apache.axis2.eclipse.codegen.plugin_1.7.3.jar

    org.apache.axis2.eclipse.service.plugin_1.7.3.jar

    放到eclipse安装目录dropins文件夹下

四. 重启eclipse

五. WebService 配置Axis2

六. 验证是否安装成功

    File --> New --> Other 

原文地址:https://www.cnblogs.com/lizm166/p/12966498.html