Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BRE and setting dateTime elements › BRE and setting dateTime elements
November 4, 2005 at 12:01 PM
#12172
I needed to publish an instance of the dateTime object via the IFactCreator. So even a DateTime.Now requires an instance for the BRE.
In the BRE Composer the IFactCreator does the work to instantiate the consumed .Net object. In the Orchestration, you pass instances in as parameters and don’t need the IFactCreator.