Questions tagged [wsrp]

Web Services for Remote Portlets (WSRP) is an OASIS defined standard for communication with remote portlets.

The WSRP specification defines a set of interfaces for dealing with presentation oriented web services known as portlets.

The current version of the specification is WSRP 2.0. This supersedes the original WSRP 1.0.

22 questions
0
votes
1 answer

Configuring a Liferay WSRP Consumer with a JBoss WSRP Producer

I am migrating an application from IBM Websphere to JBoss Portal. This is a portal application and I'm experiencing some authentication issues it seems. I have a WSRP producer on JBoss and a consumer on a separate Liferay (Tomcat) instance. When…
0
votes
0 answers

Send additional attribute to remote portlet consuming with wsrp in liferay

When consuming a remote portlet with wsrp, it is possible to send additional attributes and have access to them in the remote portlet? When setting a custom attribute to the current request object in liferay this attribute isn't accessible in the…
David
  • 177
  • 2
  • 11
0
votes
1 answer

can we consume WSRP portlet on J2EE application?

how to create a client for portlet as webservice in WSRP. i.e portlet is exposed as webservice and can we create a client for that service and consume it in J2EE application.
Koti Reddy
  • 79
  • 1
  • 1
  • 9
0
votes
1 answer

Can we develop and deploy WSRP producer on not portlet container?

if the WSRP producer is a web service but with specific WSDL form and request and response contains HTML, can we develop WSRP producer to be deployed on just web container without using portlet container for producing WSRP.
Bassem Reda Zohdy
  • 12,662
  • 3
  • 33
  • 39
0
votes
1 answer

WSS - WSRP producer

I am trying to use the WSRP producer with WSS. Is this possible or do I need MOSS? How can i pass the user credentials to SharePoint Server? Please see my log http://pastebin.com/m501eef46.
tronador
  • 21
  • 4
0
votes
1 answer

IBM Portal Server integration with non wsrp application

The project has a situation which can be described as: a portal application has to be built. This is expected to be home for many existing non portlet applications (some are Java EE based and some not). Obviously, portal will provide SSO. Options of…
emeralddove
  • 520
  • 1
  • 5
  • 11
0
votes
1 answer

How to make a portlet WSRP enabled?

I have a liferay java portlet, I want to make it WSRP enabled. Is there any specific configuration files that I have to include apart from the tag true in liferay-portlet.xml Any pointers would be helpful. Thanks,Lokn
Lokn
  • 421
  • 4
  • 17
1
2