Biztalk 2004 Integration Experiences

Thursday, January 06, 2005

Viewing Biztalk 2004 Orchestration Pseudo C# Code

Biztalk 2004 Orchestration is nothing but an XML file with Pseudo C# Code in it. I'm really comfortable in seeing the C# code to see what's going on behind the scenes. I found really an easy way to see the code without going back and forth with various editors.

To see the C# code in the same Visual Studio IDE do the following

1. Open your Biztalk project which contains the Orchestration
2. Close all the files in the solution
3. Declare a variable in the Orchestration which is not used (If you have already one, its' fine. This is just to produce a warning while building)
4. Build the Biztalk project
5. See the Output Tab, you will get warning for the variable which is initialized but not used
6. Double click on that warning

Here we go, this will show the Pseudo C# Orchestration Code

0 Comments:

Post a Comment

<< Home