Fórum

Liferay Portal

Givika valluri, modificado 12 Anos atrás.

Liferay Portal

Junior Member Postagens: 49 Data de Entrada: 30/03/12 Postagens Recentes
Hi ,


I am new to this liferay i dont have any idea of that how to implement webservice in liferay


can anybody help me how to implement RESTFUL WEB SERVICE.
Please i need your help.

Thanks in Advance.
thumbnail
Paul ., modificado 12 Anos atrás.

RE: Liferay Portal

Liferay Master Postagens: 522 Data de Entrada: 29/08/11 Postagens Recentes
Liferay already has web-service implemented for it's implementation. You can use the same (generate client from WSDL available at : http://127.0.0.1:8080/api/axis)

In case you need to build web-service for any custom implementation that you are working on, you can do this by setting the value of
 remote-service="true"
in service.xml

You can go through liferay blogs to check out more about liferay web services : http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Web+services+-+Manage+Users,+Organizations,+User+Groups,+and+Roles+via+SOAP, http://www.liferay.com/community/wiki/-/wiki/Main/Creating+Liferay+6+plugin+web+service
Givika valluri, modificado 12 Anos atrás.

RE: Liferay Portal

Junior Member Postagens: 49 Data de Entrada: 30/03/12 Postagens Recentes
Thank you very much paurl