|
Home > Archive > BizTalk Server Orchestration > October 2004 > Is it possible to call and Orchestration from C#?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is it possible to call and Orchestration from C#?
|
|
| Christopher M. Carey 2004-10-26, 5:48 pm |
| Why do I want to do this? We're using NUnit for our unit testing. Our
business logic has a network of orchestrations. We'd like to be able to
create unit tests for each orchestration in isolation, as well as to create
unit tests for progressively more complex compositions of orchestrations.
Yes, I know we could create a bunch of web services that expose each
orchestration and orchestration composition, but we'd rather not have a bunch
of orchestrations which are simply scaffolding for testing.
| |
| Matt Meleski 2004-10-26, 5:48 pm |
| Have you looked at this in the SDK samples :
SubmitDirect (BizTalk Server Sample)
----------------------------------------------
http://msdn.microsoft.com/library/d...amples_bgip.asp
Matt.
"Christopher M. Carey" wrote:
> Why do I want to do this? We're using NUnit for our unit testing. Our
> business logic has a network of orchestrations. We'd like to be able to
> create unit tests for each orchestration in isolation, as well as to create
> unit tests for progressively more complex compositions of orchestrations.
>
> Yes, I know we could create a bunch of web services that expose each
> orchestration and orchestration composition, but we'd rather not have a bunch
> of orchestrations which are simply scaffolding for testing.
|
|
|
|
|