Example content template

In the content template, one specifies the format of the content of the XML message. References to the entry keys are made bold in this example. When the actual MQSeries request message is send to MQSeries, they will be replaced by the values of the corresponding keys in the DID document.

<?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>