We ran into an issue today when we had to have an XML comment just below the XML declaration in a message we’re producing in our BizTalk 2006 solution. We needed to produce something like the below.
<?xml version="1.0"?>
<!– Comment goes here –>
Our first approach was to create a map in the send port and to have […]