Can i consume Lifera portlets from another portal?

15726, modified 21 Years ago. New Member Posts: 7 Join Date: 2/2/05 Recent Posts
Once i have started the portal is it automatically a wsrp producer? And should i be able to consume the portlets from another location using the service URL and the 4 endpoints as follows: <br /><br /><a href='http://IPaddress/services' target='_blank'>http://IPaddress/services</a> <br />WSRPBaseService <br />WSRPServiceDescriptionService <br />WSRPRegistrationService <br />WSRPPortletManagementService<br /><br />jc.
thumbnail
11365, modified 21 Years ago. Liferay Master Posts: 846 Join Date: 8/5/04 Recent Posts
Yes, the portal is automatically a WSRP producer. You should be able to consume portlets from another location without problems. The endpoint URLs are<br /><br />http://&lt;hostname&gt;/wsrp/WSRPBaseService <br />http://&lt;hostname&gt;/wsrp/WSRPServiceDescriptionService <br />http://&lt;hostname&gt;/wsrp/WSRPRegistrationService <br />http://&lt;hostname&gt;/wsrp/WSRPPortletManagementService
15826, modified 20 Years ago. New Member Post: 1 Join Date: 2/3/06 Recent Posts
<br />Yes, the portal is automatically a WSRP producer. You should be able to consume portlets from another location without problems. The endpoint URLs are<br /><br />http://&lt;hostname&gt;/wsrp/WSRPBaseService <br />http://&lt;hostname&gt;/wsrp/WSRPServiceDescriptionService <br />http://&lt;hostname&gt;/wsrp/WSRPRegistrationService <br />http://&lt;hostname&gt;/wsrp/WSRPPortletManagementService<br />
<br /><br /><br />Hi, I can get it to work more or less with these settings<br /><br />http://&lt;IP.address.of.remoteServer&gt;/c/wsrp<br />WSRPBaseService<br />WSRPServiceDescriptionService<br />WSRPRegistrationService<br />WSRPPortletManagementService<br /><br />But I cannot get the NAMES of the portlets to display in the drop-down, what am I doing wrong .....