+

Search Tips   |   Advanced Search

Use the portal as a WSRP Producer


These topics describe all the tasks that you perform when we use the portal to provide WSRP services as a WSRP Producer portal.

Migration considerations: With v8, the URI of the context root for the WSRP Producer is...

Prior to v8, this context root is...

If you migrated to v8 from an earlier version, you still might have WSRP Consumers that attempt to access the WSRP Producer with the previous context root (/wsrp). We can correct this issue in one of the following ways:

  1. Access the Producer WSDL
    As a Producer provide the URL for the Producer WSDL document to the Consumer. The basic WSDL document is available under the following URL: http://producer_portal_host:producer_port/WpsContextRoot/wsdl/wsrp_service.wsdl , where WpsContextRoot is the portal context root set at installation time. We can find its value in the file wkplc.properties.
  2. Prepare security for a WSRP Producer portal
    To provide security for the WSRP services that you provide with your Producer portal, we use authentication by either WS-Security token or Secure Socket Layer. If you do this, you also need to configure Portal Access Control.
  3. Information that the Producer exchanges with the Consumer
    As a WSRP Producer you have to provide information to Consumers of the WSRP services so that they can prepare for consuming them as remote portlets. Depending on the configuration, we might also need information from the Consumer.
  4. Provide WSRP services as a Producer
    After you have prepared the portal as a Producer portal, we can provide the portlets as WSRP services. This makes them available to Consumers. They can integrate them into their Consumer portals and use them as remote portlets. We can also withdraw portlets from WSRP service. This cancels the services provided by the portlets. Consumer portals can then no longer use them.
  5. Export customized WSRP portlet instances using xmlaccess.sh
    If Consumers of provided portlets customize the portlets, then the Producer can export the customized portlet instances using xmlaccess.sh.
  6. Customize the WSRP configuration of the Producer portal
    We can customize some aspects of you WSRP Producer portal.


Parent: Use WSRP services