Skip to main content

WSS Demo

Go Search
WSS Demo
Blog
Wiki
SharePoint, MOSS & WSS Resource Links
Fantastic 40 Templates
MOSS End User Training
  
WSS Demo > SharePoint > wsrp  

Web Part Page Title Bar image
How to configure the SharePoint WSRP Consumer Web Part
SharePoint WSRP Consumer Web Part


Site By: Ian Morrish
Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
Hosted By:
Intergen
 
Microsoft Windows SharePoint Services 3.0 (WSS) & MOSS Demo site by Ian Morrish

Configuring and using the WSRP web part in Office SharePoint Server 2007 is not well documented (I couldn't find anything at all) but luckily I saw a thread on the subject on an internal technical discussion.

First you have to create a TrustedWSRPProducers.config file in the :\\Program Files\Microsoft Office Server\12.0\Config\ directory. There is a sample template file called TrustedWSRPProducers.xml.sample

To use the demo netunitysoftware provider, place the following in your config file.

<Configuration xmlns="http://schemas.microsoft.com/office/sps/2005/WSRP/Configuration" ProxyAddress="http://Your_Internet_Proxy:80">
<Producer Name="NetUnity" AllowScripts="true">
<ServiceDescriptionURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</ServiceDescriptionURL>
<RegistrationURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</RegistrationURL>
<MarkupURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</MarkupURL>
<PortletManagementURL>http://wsrp.netunitysoftware.com:80/WSRPTestService/WSRPTestService.asmx</PortletManagementURL>
<!--SsoApplication Name="NetunityWSRP"/-->
</Producer>
</Configuration>

Then add the WSRP web part to a page and edit the web part properties which are self explanatory.
The demo below requires you to be logged in from the Welcome menu at the top of the page). Use vs\demouser password: Templates

 WSRP Consumer Web Part

InformationOpen the tool pane Open the tool pane and select a trusted portlet server and portlet.
Comment on this page...