BizTalk Server - one recieve message multiple send messages

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > September 2006 > one recieve message multiple send messages





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author one recieve message multiple send messages
Sree

2006-09-19, 1:24 pm

Hi All,
How do I split an incoming message to different messages depending on a
property of a record in the incoming message.

Message can be as follows (single file)

12 ad jk ui
13 jk ui hh
12 gh as nh
13 nh jy ki

I want 12's to be a single out file and 13's to be another out file

Thanks
Sree

Michael Elizarov [MSFT]

2006-09-19, 7:19 pm

Sree,

What you will have to do is to use flat file disassembler to extract
individual messages from the file. In your case you might decide to have
messages equals to the lines. Since you want to do some grouping you will
have to add processing. You will need to have an orchestration that will
receive these messages (individal lines) and build outgoing messages based
on the data (do the grouping). To assemble outgoing messages you will be
calling send pipeline from orchestration's expression shape.

For the flat file disassembler read
http://msdn.microsoft.com/library/d...-us/bts06coredo
cs/html/c09996f6-6035-42a3-a75f-4def4ac39a95.asp and see this example:
http://download.microsoft.com/downl...4e-abea-4787fdc
85bec/splitfilepipeline.exe

This is about flat fie wizard:
http://msdn.microsoft.com/library/e...cb8b18-266d-422
e-bdb8-1efefb6b4c8e.asp

-- Michael

--------------------[vbcol=seagreen]

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com