Batch job template example

The XML for this sample batch job template runs the persistEntity transaction using the placeholders <<ENTITY_ID>>, <<ENTITY_TYPE>>, and <<PersistenceMode>>.

<?xml version="1.0" encoding="UTF-8"?>
<TCRMService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/mdm/schema" xsi:schemaLocation="http://www.ibm.com/mdm/schema MDMDomains.xsd">
	<RequestControl>
		<requestID>300013</requestID>
		<DWLControl>
			<requesterName>cusadmin</requesterName>
			<requesterLanguage>100</requesterLanguage>
		</DWLControl>
	</RequestControl>
	<TCRMTx>
		<TCRMTxType>persistEntity</TCRMTxType>
		<TCRMTxObject>PersistEntityRequestBObj</TCRMTxObject>
		<TCRMObject>
			<PersistEntityRequestBObj>
				<EntityId><<ENTITY_ID>></EntityId>
				<EntityType><<ENTITY_TYPE>></EntityType>
				<PersistenceMode><<PersistenceMode>></PersistenceMode>
			</PersistEntityRequestBObj>
		</TCRMObject>
	</TCRMTx>
</TCRMService>