Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Calling Orchestration › Re: Calling Orchestration
November 8, 2006 at 12:24 PM
#16362
Yes, BOM ( byte order mark) was creating the problem. I was modifying the input instance xml file in textpad and interestingly enough when I save the file, textpad removes preceding BOM (0xff, 0xfe) from the file and Biztalk was throwing exception because of missing BOM. Though there is a work around in textpad to fix this, I would recommend using notepad for modifying the input instance xml.
Thanks a lot for the help guys.