+

Search Tips   |   Advanced Search

Export customized WSRP portlet instances using the XML configuration interface

If consumed portlets are customized on the Consumers portal, then the Producer can export the customized instances of those portlets using xmlaccess.sh.

Users of the Consumer portal can customize the consumed portlets, if the Producer gave them the required access rights. The customized portlet instances are created on the Producer portal. 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.5.0.xsd"
    type="export">

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

    </portal>
</request>


Parent topic: Use the portal as a producer

Previous topic: Provide WSRP services as a Producer

Next topic: Change the producer context root

Related concepts:

xmlaccess.sh


Related information


Work with xmlaccess.sh