A question about biztalk. what is "Main" of biztalk looks like?

Home Page Forums BizTalk 2004 – BizTalk 2010 A question about biztalk. what is "Main" of biztalk looks like?

Viewing 1 reply thread
  • Author
    Posts
    • #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. 

       

    • #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 

       

      • #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?

        • #16817

          please be more specific ?

          • #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

            • #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 )

              • #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?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.