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 multi- part schema.
Combining two xml messages into one file will produce the multiple roots exception. So, I looked at the […]