AXIS error: There is no SOAP service at this location

前端 未结 5 1688
有刺的猬
有刺的猬 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:17

    When I had this problem, it was caused by using the wrong URL.

    I used http://localhost:8080/axis/services/AdminWebService?wsdl instead of http://localhost:8080/axis/services/AdminService?wsdl.

    AdminWebService must be changed to AdminService.

提交回复
热议问题