First steps on liferay web services

eclipse, java, liferay, web-services

Solution

create dynamic web project and configure a server then add wsdl .

Problem

- I followed this tutorial -documentation about Liferay Web service. - I runned Lifaray on tomcat - If I use `http://localhost:8080/api/axis/Portal_UserService?wsdl` by browser I have a response. When I create a webService Client on Eclipse and I put this url `http://localhost:8080/api/axis/Portal_UserService?wsdl` in the Service Definition... but I have this error message: `No server can be found and WebServiceProject does not exist. Choose an existing project or use the preferences to configure a server runtime.` Why?

Original source