Archive

Archive for April 25th, 2008

create new Biztalk project in .net 2003

April 25th, 2008 1 comment
Today I will begin to create the new Biztalk project. If you do not know Biztalk, don’t worry. We will learn later.
How to create new Biztalk Project
Open Visual Studio.net 2003
File NewàBlank Solution
In the Solution Explorer, Rigtht Click, AddàAdd New Project
Select BizTalk Project
On the Project name (IN Solution Explorer) Right click on prjName, AddàAdd New Item
Select Schema. Name it as SchemaTest.xsd
 As you already know, schema is used to define the root and hierarchy for your XML.
Select Root tag on the right side of the SchemaTest.xsd
Press F2 and rename root tag to say “collection”
Add child notes or hierarchy as you need.
This was about creating new schema in .NET Biztalk. I will continue with creating new Maps(bit maps) tomorrow.
Categories: Technology Tags: