How to create an Axis2 Web Service Client in Eclipse?

允我心安 提交于 2019-12-04 03:53:00

Untill and unless you won't add any server the OK button will be grayed out.

Try these, it may help you out to generate a Axis2 web service client successfully, it worked for me.

  • Install Axis2 on your system, dowloading from it's site (Google Axis2 download).
  • You want to add Axis2 runtime in your eclipse editor : Windows>>Preferences>>Web services>>Axis2 Preferences.
  • Assuming you are generating web services client in in a Dynamic Web project, add Axis2 in project facets (right click on the web project >> Properties>>Project facets)
  • Also add a server run time in your eclipse editor: Windows>>Preferences>>Server>>Runtime environments

These should enable your OK button after selecting Axis2 and one of server runtime environments in the 'Client Environment Configuration' dialog.

Good luck solving your problem.

Why don't use Axis2 Code Generator for Eclipse? I think it'll help you to create client code easier.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!