AXIS error: There is no SOAP service at this location

前端 未结 5 1705
有刺的猬
有刺的猬 2021-01-18 13:49

Note: I could not find a straight-forward answer to this problem so I will document my solution below as an answer.

I generated the server-side part

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-18 14:19

    I had the same problem recently.

    Solution : In my case, I was using Axis 1.4 and was deploying the application on tomcat. However, for some reason the generated server-config.wsdd was not getting packaged in the war and hence was not getting deployed on tomcat. Once, I ensured this is happening, it started working fine for me.

提交回复
热议问题