问题描述
我正在Eclipse中使用axis2实现Web服务。 (我已经下载了axis2-1.5运行时并为其创建了环境变量)。我创建了一个动态Web项目,并在Axis2首选项中成功设置了axis2运行时。
I am trying to implement web services using axis2, in Eclipse. (I had downloaded axis2-1.5 runtime and created environment variable for it.) I had created a dynamic web project and set the axis2 runtime successfully in Axis2 preferences.
创建项目后,我尝试设置项目构面,但最终会出现以下错误:安装Axis2 Web Services Core 1.1时失败
After creating the project, I tried setting the project facet, but end up getting the following error: Failed while installing Axis2 Web Services Core 1.1
堆栈仅显示: NullPointerException (这不足以帮助我了解问题)。笏可能是问题?没有这个,很难使用axis2测试Web服务。
Stack shows only:NullPointerException(which is not helping me much in understanding the problem). Wat could be the problem? Without this, it's difficult to test web services using axis2.
(PS:在创建动态项目时,我没有任何选项来设置项目构面,因此,在创建项目后,我不得不尝试设置项目方面。我正在按照以下教程 - > )
(P.S: While creating the dynamic project, I didnt get any option to set the project facet, thus, I had to try setting the project facet, after creating the project. I was following the tutorial given at --> Web Services using axis2 tutorial)
谢谢
推荐答案
我试图使用Eclipse 3.6进行设置,并显示错误dint。
I tried to set up using Eclipse 3.6 and the error dint show up.
这篇关于在安装Axis2 Web服务方面时出现错误'安装Axis2 Web Services Core 1.1时失败“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!