`

Eclipse下安装Axis2插件

阅读更多

1、下载Axis2及Eclipse插件

http://axis.apache.org/axis2

http://archive.apache.org/dist/ws/axis2/tools/

下载axis2-eclipse-codegen-wizard.zip和axis2-eclipse-service-archiver-wizard.zip

2、解压插件


解压后得到两个文件夹:Axis2_Codegen_Wizard_1.3.0和Axis2_Service_Archiver_1.3.0,

拷贝至eclipse\dropins

3、 重新启动Eclipse

 

     如在File->New->Other中有Axis2 Wizards,说明插件安装成功。

4、 新建Axis2 Code Generator,选择wsdl文件可生成客户端代理类。

  错误An error occurred while completing process-java.lang.reflect.InvocationTargetException解决:

1. 从AXIS2的LIB库中复制"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util- concurrent-3.1.jar"

文件到Axis2_Codegen_Wizard_1.3.0的lib目录中,同时修改 Axis2_Codegen_Wizard_1.3.0

下的plugin.xml文件,在文件中中添加:

<library name="lib/geronimo-stax-api_1.0_spec-1.0.1.jar">
<export name="*"/>
</library>

<library name="lib/backport-util-concurrent-3.1.jar">
<export name="*"/>
</library>


如没有backport-util-concurrent-3.1.jar,可以从地址:http://backport-jsr166.sourceforge.net/     下载。

2.将 $workspace位置\.metadata\.plugins下目录 Axis2_Codegen_Wizard 删除。

3.在命令行下切换至$ECLIPSE_HOME目录,然后执行:eclipse –clear。

如还决有问题参考如下解决办法:修改名字,再改回来

http://topic.csdn.net/u/20080524/01/37d43534-2490-43a4-a24d-bcf62b417de2.html#r_55176060

 

 

原文地址:http://www.cnblogs.com/openLand/articles/2362567.html

 

webService例子:http://clq9761.iteye.com/blog/976029

分享到:
评论

相关推荐

    eclipse手动安装axis2插件

    eclipse手动安装axis2插件步骤: 1、解压缩附件放到eclipse的dropins目录下 2、dropins目录下新建xxx.link文件,编辑该文件写入所在路径,如path=C:\\sts-3.9.4.RELEASE\\dropins 3、重启eclipse

    axis2-eclipse插件

    axis2-eclipse插件

    eclipse axis2插件安装

    eclipse axis2 插件安装,成功安装实验过,绝对好用。

    MyEclipse下Axis2插件安装笔记

    MyEclipse下Axis2插件安装笔记

    MyEclipse下Axis2插件的下载和安装:wsdl生成客户端

    other 中即可看到 Axis2 Wizards 至此 axis2 插件安装成功 GXGX 5 赶快试下用 wsdl 文件生成 java 源文件吧 是不是有错误出现 对 事情就是这样发展的 6 An error occurred while completing process java lang ...

    eclipse的axis2的插件

    eclipse开发axis2的服务端和客户端插件

    Eclipse 下开发 axis2 (webservise )插件

    Eclipse 下开发 axis2 (webservise )插件Eclipse 下开发 axis2 (webservise )插件Eclipse 下开发 axis2 (webservise )插件

    eclipse中axis2插件

    eclipse搭建axis2框架所需的插件

    Eclipse Axis2 集成插件

    Eclipse 集成apache Axis2 插件,进行webService 开发,

    axis2-eclipse-service与axis2-eclipse-codegen插件

    目前axis2最高版本是2.0以上的版本,但是eclipse和myeclipse都不支持,无奈只能使用低版本的插件1.6.3;经实验,可以安装成功; 安装方法:右键解压到当前文件夹,Copy解压的文件到eclipse安装目录dropins下,重启...

    myEclipce的axis2插件安装

    将插件解压缩到MyEclipse根目录下的Axis-Plugin-Dir\eclipse\plugins目录中,将Axis2_Codegen_Wizard_1.2.1改名为org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin,将Axis_Service_Archiver_...

    eclipse的axis2的插件axis2-eclipse-codegen-plugin-1.5.4

    eclipse的axis2的插件axis2-eclipse-codegen-plugin-1.5.4.zip

    编程入门_Eclipse教程

    2.2. Eclipse下安装Axis2插件 8 2.2.1. 下载axis2的eclipse插件 8 3. 编写Web service程序 10 3.1. Axis2的简单WebService示例 10 3.1.1. 0配置POJO的Webservice 10 3.1.2. 用axis2的辅助工具发布、调用WebService ...

    axis2 eclipse 插件

    Eclipse Axis2 axis2-eclipse-service-archiver-wizard.zip和axis2-eclipse-codegen-wizard.zip

    axis2 eclipse plugins 插件

    axis2-eclipse-codegen-wizard-1.4.zip axis2-eclipse-service-archiver-wizard-1.4.zip 官方封了中国IP,不好下到,解压就看到了!

    axis2eclipse插件

    axis2eclipse插件\ axis2eclipse插件 axis2eclipse插件 axis2eclipse插件

    Eclipse配置Axis2总结

    对Eclipse4.3(Kepler server release2)版本配置Axis2-1.6.2,开发webservice服务接口,里面是自己配置过程中的总结和一些相关的插件压缩包,还有一份word文档是我操作的一些总结,希望对大家有所帮助。

    axis-eclipse插件

    axis-eclipse插件,包括Axis2_Codegen_Wizard_1.3.0和Axis2_Service_Archiver_1.3.0,可以帮助生成webservices的.aar包,然后利用Axis2_Service_Archiver_1.3.0向导生成客户端stub,方便调用webservices。

    myeclipse6.5 下axis2插件的安装

    讲解在myeclipse6.5下axis2插件的安装,内容包含到怎么把axis2-eclipse-codegen-wizard-1.4.zip和axis2-eclipse-service-archiver-wizard-1.4.zip包解压放到myeclipse6.5\eclipse\plugin下面和link文件的设置

    Axis2的eclipse插件

    Axis2的eclipse插件

Global site tag (gtag.js) - Google Analytics