Re: BizTalk 2006 RT2 > BizTalk Mapping
- From: Morten <lacour@xxxxxxxxx>
- Date: Tue, 19 Aug 2008 07:41:07 -0700 (PDT)
On Aug 19, 1:32 pm, "KaushaL" <kaushal.pa...@xxxxxxxxxxx> wrote:
is it possible that I can map multiple schemas (as source) to a single
schema (as destination) in a BizTalk application?
I have 15 .csv files which I suppose to import in commerce server. these
will be used as source schema.
I have a single commerce server (.xsd) schema file at destination.
Yes
Say the Commerce Server schema is called "CS.xsd" and you have an
internal message format for your application "Int.xsd", then do the
following:
-Create CS.xsd and Int.xsd
-Create the schemas for each of the .csv files (1.xsd, 2.xsd,
3.xsd...etc.)
-Create maps for each of the .csv schemas (1_to_Int.btm,
2_to_Int.btm... etc.)
-Create a map from the internal format to the commerce server format
"Int_to_CS.btm"
-Deploy the solution and bind the maps as follows:
-- All the .csv maps to the receive port.
-- The "Int_to_CS.btm" to the send port (Send to Commerce Server
Port).
-Filter the send port to receive all messages of type "Int"
You can also map directly from the .csv format to the commere server
format, but that makes it less SOA/loose coupled. Also it raises the
issue of where to bind the maps (receive or send)
Morten la Cour
.
- References:
- BizTalk 2006 RT2 > BizTalk Mapping
- From: KaushaL
- BizTalk 2006 RT2 > BizTalk Mapping
- Prev by Date: Re: Dynamic mapping inside orchestration
- Next by Date: Re: FTP adapter -- before get ftp raw command: Quote site trim 0
- Previous by thread: BizTalk 2006 RT2 > BizTalk Mapping
- Next by thread: Re: BizTalk 2006 RT2 > BizTalk Mapping
- Index(es):
Relevant Pages
|