CreateWSRPProducer.xml

+

Search Tips   |   Advanced Search

 

<?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="update">

    <!-- Sample for creating a WSRP producer.
    
         NOTE: This sample file needs to be modified before execution.
               The 'wsdl-url' needs to be updated to point to an existing WSRP producer. 
     -->
    <portal action="locate">

        <wsrp-producer action="update" uniquename="ibm.portal.SampleProducer">
            <!-- The URL pointing to the producer's WSDL needs to be specified. -->
            <wsdl-url>http://example.com/wps/wsdl/</wsdl-url>
        </wsrp-producer>

    </portal>
</request>