Home Page › Forums › BizTalk 2004 – BizTalk 2010 › A question about biztalk. what is "Main" of biztalk looks like?
- This topic has 6 replies, 1 voice, and was last updated 9 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
December 10, 2006 at 6:10 AM #16814
Hi – a friend of mine asked for an answer: where starts BizTalk application.. like – how the "Main looks like and where it "sits""
Must have an answer :))
thnx alot.
-
December 10, 2006 at 6:23 AM #16815
Hi there ,
"Main" as you call it can be any orchestration that has port to the out world ,
later it can be connected to any kind of recieve port.
You do it with Recieve shape and it set as active ,
after compile and deploing it you connect it with any predifined recieve port (which has recoieve location)
Amit
-
December 10, 2006 at 6:36 AM #16816
Wow .. Fast Answer! but.. actually i'd like to know "what is the entrance point of that – lets say orchestration. if any shape is just a class, where the orchestration "Comes to live"? is this connected to G A C & *.DLL's of my application?
-
December 10, 2006 at 6:39 AM #16817
please be more specific ?
-
December 10, 2006 at 6:50 AM #16818
I"ll try:
If i have for an example code written in C#.. – console program which add a and b – a + b;
this console programm must have a " void main" else – it will be a class withno main in it rigth?
So, if i make an orchestration with recieve port, recieve shape expression shape which adds a and b, and a send shape with send port .. what i can call to in my orchestration "void main?"
as i understand – any shape in biztalk is similar to class and pipeline or map is like a method – right?
and thanx again
-
December 10, 2006 at 7:36 AM #16819
No,
There is way to send message direct to BiZtalk from code . you have to serach in msdn ..
other ways.. you can expose it as WebService …. (many ways to do it )
-
December 10, 2006 at 7:50 AM #16820
Ok..actually i understand it all.. but 🙂
If You were asked " Hi Amit, what is >>>"static void Main (string [] args )" <<< looks like and where it sits ? is there such thing at all ?
an entrance point of biztalk application? RecieveShape ? Reciveport? cause I can accepts and send messages through code.. what is the "heart" of process? CLR as I know – is only an engine.. am I right?
-
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.