| Doug Girard [MSFT] 2006-03-25, 11:38 am |
| Jayendra,
Can you elaborate on your requirements a bit more?
The common scenario is that you receive an Interchange, or one message
which contains numerous sub-documents which can be processed independently.
For this, it might be advisable to use the interchange processing
capabilities native in the out-of-box XML disassembler. You can read more
about this in our product documentation, but essentially you use envelope
schemas to specify how a message should be broken up in the receive
pipeline and individual, independent messages will be submitted as output
to the Message Box for subscribers.
There are other options as well including using Orchestrations to process
this message a break it up using XPATH or a .NET Component. Stephen W.
Thomas, one of our MVPs, wrote an article which might be food for thought -
http://geekswithblogs.net/sthomas/a.../12/17373.aspx. Mapping
will not work as the intention of mapping is to manipulate the format of
the document. Outputting multiple document instances from a map is not
supported.
Hope this gets you on the right track...
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: How to split message into two messages uncondionally
>thread-index: AcXADmC4bRQYtJ13Tl+KfjLh88IIvA==
>X-WBNR-Posting-Host: 134.146.240.5
>From: "=?Utf-8?B?SmF5ZW5kcmE=?=" <Jayendra@discussions.microsoft.com>
>Subject: How to split message into two messages uncondionally
>Date: Fri, 23 Sep 2005 00:14:03 -0700
>Lines: 14
>Message-ID: <F41C4508-2BFF-4D57-8931-0620E1D83D85@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:17794
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>Hi,
> i am having incoming message from which i hv to split message into two
>messages.
>what is the best way todo it ?
> Can i use two transform shapes to get two differnt messages with out
using
> decision/if else sahpe before(bcs i hv to split the message into two
>messages unconditionally).
>
>How i can implemnt this scenerio.
>
>Pls suggest me immediatly...
>
>Jayendra
>
>
|