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 the XML configuration interface.
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 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_8.5.0.xsd" type="export"> <!-- Sample for exporting the customized portlet instances of a WSRP Producer --> <portal action="locate"> <wsrp-customized-portletinstance object action="export"/> </portal> </request>References: