Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Oracle WebCenter Interaction and the WSRP Consumer

This chapter describes how to use the Oracle WebCenter WSRP Consumer with Oracle WebCenter Interaction. It is divided into the following sections:

 


Creating a WSRP Portlet in Oracle WebCenter Interaction

To create a WSRP portlet in your Oracle WebCenter Interaction Portal:

  1. In Oracle WebCenter Interaction, go to Administration.
  2. Click on an Administrative Folder. For example, the WSRP folder.
  3. From the Create Object drop-down, select Portlet.
  4. Choose the WSRP Consumer web service.
  5. Suppress the generated portlet title bar. The Oracle WebCenter WSRP Consumer portlet will render its own portlet title bar. On the Main Settings page, check the box next to Suppress Portlet’s title bar.
  6. To configure the portlet, click Edit.
  7. On the Administrative Preferences Setup page, type the URL to your WSRP Producer WSDL in the box under Enter Service WSDL URL. The following are publicly available sample WSRP Producers:
    • WebLogic Portal 9
    • http://wsrp.bea.com:7001/producer/producer?WSDL

    • WebLogic Portal 8
    • http://wsrp.bea.com/portal/producer?WSDL

    • NetUnity
    • http://wsrp.netunitysoftware.com/WSRPTestService/WSRPTestService.asmx?Operation=WSDL

    • Oracle
    • http://portalstandards.oracle.com/portletapp/portlets?WSDL

  8. Click Import Service WSDL.
  9. Click Next.
  10. If the WSRP Producer requires you to register, an editor page for registration properties is displayed. If the WSRP Producer does not require you to register, this page is not displayed.
  11. If you are required to register, edit the registration properties and then click Register.

  12. On the Choose a Portlet page, select a portlet and click Finish.
  13. On the portlet Main Settings page, click Finish.

For details on creating and using a portlet in Oracle WebCenter Interaction, see the portal online help.

 


Passing User Properties from Oracle WebCenter Interaction to the WSRP Producer

User properties from the Oracle WebCenter Interaction are mapped to fields to WSRP Producers

You can map user profile properties from Oracle WebCenter Interaction to fields passed to WSRP Producers by editing the UserProfile.properties file. The UserProfile.properties file can be found in your Oracle WebCenter WSRP Consumer install directory:

install_dir\ptwsrp\1.1\settings\config\UserProfile.properties

The WSRP Consumer service must be restarted before changes made to the UserProfile.properties file take effect. Details on how to implement property mapping is found in the comments in the UserProfile.properties file.

 


Enabling Proxy Support in the WSRP Consumer

If the WSRP SOAP messages between the WSRP producer and the WSRP Consumer go through a specified HTTP proxy, the WSRP Consumer wrapper.conf must be edited to enable HTTP proxy support. The wrapper.conf file can be found here:

install_dir\ptwsrp\1.1\settings\config\wrapper.conf

Follow the instructions in the wrapper.conf file to edit the proxy settings.


  Back to Top       Previous  Next