Eclipse Axis error when creating web service

前端 未结 4 1697
盖世英雄少女心
盖世英雄少女心 2021-02-05 07:32

Every time I try to create a new Web Service in Eclipse, I get this error:

IWAB0489E Error when deploying Web service to Axis runtime
  axis-admin failed with  {         


        
4条回答
  •  庸人自扰
    2021-02-05 07:57

    I needed axis1 for my project (since axis2 created some new problems) & had this problem. I solved it by the following steps:

    • Go to Project Explorer in Eclipse.
    • Delete Servers project.
    • Go to Window > Preferences > Server > Runtime Environments.
    • Remove current server & create again.

提交回复
热议问题