Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Hl7 Project › Re: Hl7 Project
September 19, 2006 at 7:54 AM
#15735
Kumar,
You can do this by BizTalk SQL Adapter(comes with BizTalk 2004)!!
1. create a Stored Procedure
2.create a XSD using SQL Adapter(Updategram)
3.map hl7 messages to SQL XSD
need some information regarding SQL Adapter look at this link:
http://www.codeproject.com/dotnet/usingsqladapter.asp
Hope this information helps you.
Nar-