+

Search Tips   |   Advanced Search

Export a Producer definition using xmlaccess.sh


We can use xmlaccess.sh to export a Producer definition. You might, for example export the Producer from a test portal in order to update the production portal with it later.

The following example shows how we use the portal XML configuration interface to export a WSRP Producer.

<?xml version="1.0" encoding="UTF-8" ?>
  <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                       xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"             type="export">
   <portal action="locate">
      <wsrp-producer action="export" objectid="*" /> 
   </portal>
</request>


Parent: Use xmlaccess.sh to work with Producer definitions
Related:
xmlaccess.sh