I wonder if anyone has tried the WSRP-support in EpiServer 4.50. In particular, I am looking for examples on how the different classes for creating a WSRP-producer works together.
Are there any "official" code samples?
/Erik Nyquist
The EPiServer sample templates contains five different portlets that can act as a starting point for your own portlet development. It is also a good idea to take a look at http://www.episerver.com/downloads/Documents/WhitePapers/English/EPiServer%204.50/Building%20Your%20First%20WSRP%20Portlet.pdf which explains how you can register your portlets and the basic functionality of WsrpUserControlBase class.
Fredrik Tjärnberg