Getting “Root element is missing” in a BizTalk Orchestration
I had this case again today, where I got “Root element is missing”. The code was working, I made some changes, and boom, an existing code path started blowing up. It was actually a trace routine, where I had the following code: <pre> xmlDoc = msgWhatever; //then I passed as a parameter: […]