Saturday, December 26, 2015

Saturday, November 21, 2015

Expose Restful Web Service From Liferay Custom Portlet Plugin

Exposing soap web service for a custom plugin STEPS: Step 1: Create one portlet plugin project, name: RestExposer, after appending suffix of portlet plugin project full name of project will be RestExposer-portlet. Create one portlet name: Restexpose, inside created project. Step 2:Create service.xml,define...

Consume Soap Web Service Using Eclipse Tool In Liferay Custom Portlet Plugin

Consume Soap Web Service Using JAX-WS  In Liferay Custom Portlet Plugin STEPS: Step 1: Create one liferay portlet plugin project, name: SoapClientUsing_ECLIPSE, after appending suffix full project name will be : SoapClientUsing_ECLIPSE-portlet Create one portlet name: Soapconsumer...

Consume Soap Web Service Using JAX-WS In Liferay Custom Portlet Plugin

1. Consume Soap Web Service Using JAX-WS In Liferay Custom Portlet Plugin 2. Consume Soap Web Service Using Eclipse Tool  In Liferay Custom Portlet Plugin 1. Consume Soap Web Service Using JAX-WS In Liferay Custom Portlet Plugin What is JAX-WS? The Java API for XML Web Services (JAX-WS)...

Expose Soap Web Service From Liferay Custom Portlet Plugin

Exposing soap web service for a custom plugin STEPS: Step 1: Create one portlet plugin project, name: SoapExposer, after appending suffix of portlet plugin project full name of project will be SoapExposer-portlet. Create one portlet name: Exposer, inside created project. Step 2:Create service.xml,define...