Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Send Port in Orchestration a must? › Re: Send Port in Orchestration a must?
August 26, 2010 at 2:37 AM
#25756
Hi.
I just use an receive port and an expression shape. In the expression shape I fill a variable with a System.GUID and call a assembly withe two parameters. One parameter is the message from the receive port and the other parameter is the GUID.
After this the orchestration is finished.
Could this be, in case the assembly is thrown an exception that BizTalk can’t handle it because the orchestration is finished and everything is deleted out of the messageBox?
Thanks
Wolfgang