Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Biztalk 2004 Xml Envelope Reconstruction

Status
Not open for further replies.

logixmedia

Programmer
Feb 28, 2005
1
US
Ok, here is the issue

1) We receive a document (100MB), lets say containing a list of orders (OrderItems) placed by a supplier contained in an Order envelope.
2) We use a receive pipeline to remove the Order envelope and forward the OrderItems to an orchestration
3) This orchestration is a uniform sequential convoy (one orchestration instance is handling all incomming requests based on a correlation set)

Here is where it gets tricky...

1) We want to take each OrderItem, and transform it into another type of document
2) Then we want to envelope the new document types into one document and send this out

Basically the typical batch situation - with some of the legacy systems, we do not have the luxury of sending many documents to represent a batch of orders. We can only send one.

Can biztalk do this? Can we rebatch (instead of debatch) documents? It seems that inbound batch handling is great, outbound reconstruction seems to be another issue.
 
Actually I dont hink theres native support for this inside BizTalk! Some adapters like Covast EDI support batching but I am not too familiar with it.

Maybe you want to read up on Convoy Scenarios in BIzTalk 2004. Theres a couple of blogs out there and a very interesting MsdnTV.

Just Google on BIzTalk 2004 and Convoys.

Sorry I cant be more of a help,

Stephan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top