Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem with running method from orchestration › Problem with running method from orchestration
December 12, 2005 at 7:18 PM
#12517
Try this in the expression shape:
MailVar = new <Your Namespace>.MailVar();
MailVar.TestFunc(\”Launch.\”); //MailVar is the variable of my custom class