当前位置: 代码迷 >> Web前端 >> eclipse运用axis2生成webservice
  详细解决方案

eclipse运用axis2生成webservice

热度:92   发布时间:2012-09-20 09:36:50.0
eclipse使用axis2生成webservice
报错信息: Unable to add the follwing facets to project demo:Axis2 Web Services Core,Axis2 Web Services Extens
解决:
最近尝试webservice,eclipse生成webservice的时候选择axis2时报下面这个错:

Unable to add the follwing facets to project demo:Axis2 Web Services Core,Axis2 Web Services Extensions。

这个问题是由于没有设置axis2的路径的原因,window->preferences->web services->Axis2 preferences->Axis2 runtime location 添加上axis2的路径就可以了

  相关解决方案