- 我按照本教程- 关于 Liferay Web 服务的文档进行操作。
- 我在 tomcat 上运行 Lifaray
- 如果我
http://localhost:8080/api/axis/Portal_UserService?wsdl通过浏览器使用,我会有回应。 当我在 Eclipse 上创建一个 webService 客户端并将这个 url
http://localhost:8080/api/axis/Portal_UserService?wsdl放在服务定义中时......但我有这个错误消息:No server can be found and WebServiceProject does not exist. Choose an existing project or use the preferences to configure a server runtime.
为什么?

