WebSphere Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows


 

Exporting customized WSRP portlet instances by using the XML configuration interface

If Consumers of provided portlets customize the portlets, then the Producer can export the customized portlet instances by using the XML configuration interface.

If users of provided portlets on the Consumer portal can customize these portlets, the customized portlet instances are created in the Producer portal database. Users of the Consumer portal can only customize the provided portlets if the Producer gave them the required access rights. The Producer portal administrator can export the customized portlet instances by using the XML configuration interface for later import into another portal.

Here is an example XML script for exporting all customized WSRP portlet instances:
<request
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="PortalConfig_6.1.0.xsd"
    type="export">

    <!-- Sample for exporting the customized portlet instances of a WSRP Producer -->
    <portal action="locate">
    
        <wsrp-customized-portletinstance objectid="*" action="export"/>

    </portal>
</request>
Parent topic: Using your portal as a WSRP Producer Previous topic: Providing WSRP services as a Producer Next topic: Customizing the WSRP configuration of your Producer portal Related concepts
The XML configuration interface
Library | Support | Terms of use |