Home Page › Forums › BizTalk 2004 – BizTalk 2010 › EDI Schema to SQL Schema in BizTalk ? › Re: EDI Schema to SQL Schema in BizTalk ?
December 14, 2006 at 2:29 AM
#16899
If you process the EDI message with the biztalk EDI adapter, the adapter will parse the EDI document and return an XML file containing the EDI file info.
You should be able to map this XML and insert it into your Db via the SQL adapter…