Creating WSRP portlet with .net
        Posted  
        
            by Evan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Evan
        
        
        
        Published on 2010-01-21T04:13:58Z
        Indexed on 
            2010/04/08
            3:33 UTC
        
        
        Read the original article
        Hit count: 463
        
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 how to create a portlet that can be embedded in an other portal. Is that correct?
Also I was planning on using MVC to do this. Is this a good idea?
Any thoughts on WSRP are welcome. I'm still trying to figure out exactly what it is and how to create it.
© Stack Overflow or respective owner