Home Page › Forums › BizTalk 2004 – BizTalk 2010 › two activable receive shapes in a orchestration › two activable receive shapes in a orchestration
[quote:128f2cfd50=\”kavitha\”]both operations are related to each other because i want to convert 1 flat file in folder A to many XML doc in folder C.I like to do this in the same project.
flat file (folder A) which gives 1 XML doc (folder B) which in turn splits the XML doc in folder B and puts many XML doc in folder C.
Any idea
kavitha[/quote:128f2cfd50]
In the same project does not mean a single orchestration, necessarily. The only way you could accomplish this with a single orchestration would be through correlation, but it seems like this might be complex in your scenario (but only you can judge that).