Expose a Liferay Service as a Web Service
April 26th, 2010 by Bert Willems0
In my previous article I showed you how you can implement a reusable Liferay Service without using Ext or the Service Builder utility. In this article we will take it one step further and expose the service we have created as web service again without using Ext or the Service Builder.
Liferay exposes the services based on Axis using a separate web application called tunnel-web. We will hook into tunnel-web so our service will be exposed in exactly the same way Liferay services are externalized. Let’s get started.
Read the rest of this entry »