Request Sample for Catalog Synchronization

The following is the request sample for the catalog synchronization operation:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/ac/services/fcservices/wsdl/2.0">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:CatalogSynchronizationRequest>
			<ns:UserInfo>
				<ns:UserName>UserName</ns:UserName>
				<ns:Password>Password</ns:Password>
				<ns:Enterprise>EnterpriseName</ns:Enterprise>
			</ns:UserInfo>
		</ns:CatalogSynchronizationRequest>
	</soapenv:Body>
</soapenv:Envelope>