+

Search Tips   |   Advanced Search

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.

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 using xmlaccess.sh 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_8.0.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: Use the portal as a WSRP Producer
Previous: Provide WSRP services as a Producer
Next: Customize the WSRP configuration of the Producer portal
Related:
xmlaccess.sh