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
4
votes
5 answers

Web Services for Remote Portlets in C# / .NET -- Options?

I recently had my mind expanded by a new concept: Web Services for Remote Portlets, or WSRP. I learned of it during a presentation on a Java-based web portal we are considering purchasing at work; we are a .NET shop and WSRP would be the means by…
Randolpho
  • 55,384
  • 17
  • 145
  • 179
3
votes
2 answers

Creating WSRP portlet with .net

I'm working on a project where I need to create a WSRP portlet webservice with ASP.net. My first question is what exactly is WSRP, and are there any good examples of it available? So far I have determined that it is a SOAP xml standard that defines…
Evan
  • 5,925
  • 6
  • 33
  • 35
2
votes
1 answer

Producing WSRP 1.0/2.0 from a standalone webapp - state of the art

I intend to produce WSRP interfaces from a standalone Java web application so that one can embed its front-end in portals (Liferay, IBM websphere portal), aside standalone front-end and back-ends. What is the recommended way to achieve this ? I…
Olivier BOISSIN
  • 208
  • 3
  • 7
1
vote
1 answer

Local portlets in webcenter

I'm starting to develop a portal with webcenter 10.3.5 (latest version) and from what I could gather I can only consume portlets through WSRP even if they are local. I would not like to incur in performance problems so I'm trying to find…
Ivo Leitão
  • 337
  • 1
  • 4
  • 16
1
vote
1 answer

Migrating a WSRP portlet from Websphere to Liferay - PortletRequest.getAttribute(USER_INFO) returns null

Migrating this portlet to Liferay 6.2 GA4. Code worked on Websphere in its WSRP Producer but I don't believe it was created using any sort of factory. Basically I think the problem revolves around the portletRequest object here: RenderRequest…
1
vote
1 answer

Liferay and WSRP portlets: wrong URLs on WSRP consumer

Currently I'm checking out Liferay and its portlet feature, especially remote portlets via WSRP. I've got two liferay instances running on different machines in the same network. Now I want to share a portlet from one of the liferay instances to the…
Achim
  • 21
  • 6
1
vote
1 answer

Are filters available in JSR-168 portlets

Is there any provision to implement filters for JSR-168 portlets similar to the servlet filters we normally configure in J2EE applications? Am basically new to using portlets and I am not sure if this question is already asked here. I searched and…
Guru
  • 75
  • 2
  • 9
1
vote
1 answer

Quick and easy client for testing WSRP?

I am writing a JSR-168 Portlet to be exposed as a service via WSRP on the WebSphere Portal Server... is there a good tool I could use to test the WSRP service on my desktop? I'm looking for something that would be considerably less hassle than…
Spike Williams
  • 35,795
  • 13
  • 48
  • 60
1
vote
0 answers

Server was unable to process request. ---> Object reference not set to an instance of an object. ASPNETWSRPProducer

ASPNET WSRP Producer Enviroment Server Side APSNETWSRPProducer (producer) IIS ASPNET Site Producer Site Client Side Liferay 5.2.3 Tomcat 6 WSRP Proxy (consumer) Description I am trying to use Microsoft's ASPNET WSRP Producer. I created a site…
tronador
  • 21
  • 4
1
vote
0 answers

WSRP - Server was unable to process request. Security Validation failed at Sharepoint Server

I'm trying to implement a WSRP (web services for remote portlets) solution. I want to consume webparts with a portal. Enviroment SERVER 1: CentOS 5, Liferay 5.2.3/Tomcat 6, portlet WSRP consumer. SERVER 2: Windows Server 2008, Sharepoint 2007, WSE 2…
tronador
  • 21
  • 4
0
votes
4 answers

How to show Java portlets in Sharepoint

Does someone know/have experience in showing Java web application generated UI in Sharepoint? We have a Java web application and are evaluating the possibilities to embed Java-generated web UI into Sharepoint. I don't think Sharepoint supports Java…
Kaitsu
  • 4,094
  • 3
  • 30
  • 37
0
votes
1 answer

Remote rendering WCM content using WSRP on IBM WebSphere Portal 7

We are using WebSphere Portal 7 and WCM 7 on seperate servers. We have set up WSRP so that we can render the WCM content on the Portal server. The problem I am having is that the recommended settings for the JSR 286 Web Content Viewer (to switch the…
Andre Artus
  • 1,850
  • 15
  • 21
0
votes
1 answer

Websphere Liberty WSRP security configuration

We are trying to configure a Liberty Server to host and render custom JSR286 portlets to IBM Portal via WSRP. The Default Server configuration for features and LDAP, LTPA and SSO is done and two IBM WSRP 2.0 Producer EAR files have been deployed.…
Corne
  • 93
  • 6
0
votes
1 answer

WSRP URL rewriting in JBoss Portal 2.7.2

Does anyone know if WSRP URL rewriting is supported in Jboss Portal 2.7.2 when acting as a producer? Currently, the URL rewriting is done on the consumer, which has to parse the mark-up (returned from Jboss) to find special WSRP tokens. This can…
Jonathan
  • 191
  • 2
  • 3
  • 8
0
votes
1 answer

How to build Liferay 7 WSRP module?

I am trying to build Liferay 7 wsrp module from Liferay GitHub repository. I couldn't build entire Liferay source, is it possible to build this wsrp module only ? If anybody has a jar file working on Liferay 7 CE ga2 or ga3, please share.
Dipti Ranparia
  • 570
  • 5
  • 17
1
2