Liferay 6.1中的XML Web服务

时间:2012-09-27 05:26:19

标签: java web-services servlets liferay

我是Liferay的新手。我正在使用Liferay 6.1。我的要求是开发只返回XML feed的Web服务。我可以看到Liferay在JSON,SOAP或WSDL方面已经变得简单了。我想要做的是从我的数据库中选择数据,并在调用portlet时返回XML,就像在Servlet的情况下一样。

如果您简短地描述或者如果您参考一些已经详细阐述解决方案的博客,我将非常感激。

1 个答案:

答案 0 :(得分:0)

要访问Liferay的JSON webservice api,您可以使用

http://localhost:8080/api/jsonws 

为您的本地服务器(更改其他服务器的主机) 为了理解它是如何工作的,有关liferay社区的非常详细的解释:http://www.liferay.com/web/james.falkner/blog/-/blogs/yet-another-liferay-json-service-example update on : http://www.liferay.com/community/forums / - / message_boards / message / 13489024` 这是官方文件:

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/json-web-services