Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Mapping .msg to XML to SQL › Re: Mapping .msg to XML to SQL
March 31, 2013 at 5:01 PM
#26030
Write the body out to a file folder. and in other Receivelocation use a FlatFile Disassemble pipeline which will convert the body file to Xml format and then map it to SQL Schema and send it further to SQL SendPort. Or you can call the FlatFile Disassemble pipeline directly from the Orchestration which will return you the XML.