<?xml version="1.0" encoding="UTF-8"?> <!-- CreateWSRPProducer.xml --> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_6.1.0.xsd" type="update" create-oids="true"> <!-- Sample for creating a 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>