Site Archives

Testing Multi-part Map

Posted by Yuriy on April 2nd, 2007

Recently I was debugging an orchestration and found unexpected output from the map. The obvious decision was to use Visual Studio’s “Test Map” option. I opened the Map and realized that “Input” schema is a multi-part schema.
Â
Combining two xml messages into one file will produce the multiple roots exception. So, I looked at the map’s [...]