Example content template

In the content template, you specify the format for the content of the XML message. References to the entry keys are made bold in this example.

<?xml version="1.0" encoding="iso-8859-1"?>
<biztalk_1 xmlns="urn:biztalk-org:biztalk:biztalk_1">
	<header>
		<delivery>
			<to>
				<address>@(DM:To)</address>
			</to>
			<from>
				<address>@(DM:From)</address>
			</from>
		</delivery>
	</header>
	<body>
		<!--@(ENTRY:COMMENT)-->
		<@(ENTRY:RETRIEVAL) xmlns:doc="urn:sap-com:document:sap:rfc:functions" mlns="">
			@(ENTRY:PARAMS)
		</@(ENTRY:RETRIEVAL)>
	</body>
</biztalk_1>