two activable receive shapes in a orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 two activable receive shapes in a orchestration two activable receive shapes in a orchestration

#13464

[quote:eb28942746=\”kavitha\”]dear friends,

Is it possible to have two receive shapes in a orchestration?If yes,how to do it?If no,what is the other solution?

I want my orchestration to do the following.
1) In folder A i receive a flat file and i tranform the flat file into 1 XML document and i want put in folder B.
2)i want to split the XML document in folder B,into different XML doc and i want to put in folder C.

can anybody help me?[/quote:eb28942746]

I’m not sure why you want to do this from a single orchestration. Seems like both operations are completely unrelated to each other.
In fact, if there is no other processing here, you could accomplish all of that using a messaging only approach by just routing messages around ports.