Export a Producer definition using the XML configuration interface
We can use the XML configuration interface to export a Producer definition. You might, for example, export the Producer from a test portal to update your production portal with it later.
The following example shows how we use the portal XML configuration interface to export a Producer definition.
<?xml version="1.0" encoding="UTF-8" ?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.5.0.xsd" type="export"> <portal action="locate"> <wsrp-producer action="export" object /> </portal> </request>
Parent topic: Use the XML configuration interface to work with Producer definitions
References: