Click here to Skip to main content
15,879,474 members
Articles / Web Development / ASP.NET

Parallel Branching and Scoping in BizTalk Orchestrations - Advanced Concepts

Rate me:
Please Sign up or sign in to vote.
4.46/5 (13 votes)
14 Mar 2006CPOL4 min read 91.4K   369   35  
This article explains the various tricky issues in parallel branching in BizTalk Server 2004 Orchestrations.
<?xml version="1.0" encoding="utf-8"?><ns0:Customer xmlns:ns0="http://WSDemoOrch.Customer">
  <Name>Wipro</Name>
  <Address>Hi-Tec City</Address>
  <CityCode>20</CityCode>
</ns0:Customer>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect AT&T Wi-Fi Services
United States United States
Naveen has done his Masters (M.S.) in Computer science, has started his career programming the mainframes and now has more than a decade of programming, development and design experience. Naveen has a sharp eye and keen observation skills. Naveen has worked for several companies and strived hard to build large scale business applications and bringing better solutions to the table.
Quite recently Naveen has built a fairly complex integration platform for a large bank. His hobbies include training, mentoring and research. Naveen spends his free time visiting National Parks nationwide.

Naveen has developed the BizTalk Control Center (BCC)
http://biztalkcontrolcenter.codeplex.com

Comments and Discussions