One destination system requires that the xml for import contains xsi:schemaLocation="targetNS targetNS.xsd" as an attribute on the root node.
How can we accomplish this with BizTalk? Could it be done as a demand in the schema, by a map or do we have to use a pipeline?
The outgoing xml is suppose to look like this:
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="targetNS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="targetNS targetNS.xsd">