| Author |
Call .Net component from Orchestration
|
|
| bmc410 2005-05-27, 2:47 am |
| Could somebody please help me? I need to call a vb.net function that does
some specific tasks for my organization. The class returns a boolean
indicating the result condition of the function. Is there a way to call
a .Net component and reutrn a result while having Biztalk wait
for the result and procede into a decision with the result variable?
Thanks in advance for your help!
Bill
| |
| Matt Milner 2005-05-27, 2:47 am |
| Use an expression shape. You'll need to add a reference to your vb class
library and then create a variable of the class type in the orchestration
view. Now you are ready to use your variable in the orchestration shape to
return a boolean.
Matt
"bmc410" <bmc410@discussions.microsoft.com> wrote in message
news:DED49A18-E717-48DC-97C2-BFF2A14B2297@microsoft.com...
> Could somebody please help me? I need to call a vb.net function that does
> some specific tasks for my organization. The class returns a boolean
> indicating the result condition of the function. Is there a way to call
> a .Net component and reutrn a result while having Biztalk wait
> for the result and procede into a decision with the result variable?
>
> Thanks in advance for your help!
> Bill
| |
| bmc410 2005-05-27, 7:56 am |
| Thanks Matt for your help. Will the orchestration "pause" until the function
has completed or will it continue on. In other words, will it wait on the
expression shape until it receives the return value?
Thanks
Bill
"Matt Milner" wrote:
> Use an expression shape. You'll need to add a reference to your vb class
> library and then create a variable of the class type in the orchestration
> view. Now you are ready to use your variable in the orchestration shape to
> return a boolean.
>
> Matt
>
>
> "bmc410" <bmc410@discussions.microsoft.com> wrote in message
> news:DED49A18-E717-48DC-97C2-BFF2A14B2297@microsoft.com...
>
>
>
| |
| Scott Colestock 2005-05-27, 5:50 pm |
| Yes, it will block until the method returns -
Scott Colestock
"bmc410" <bmc410@discussions.microsoft.com> wrote in message
news:F7433865-24D7-4221-A83A-74FBCD07B458@microsoft.com...[vbcol=seagreen]
> Thanks Matt for your help. Will the orchestration "pause" until the
> function
> has completed or will it continue on. In other words, will it wait on the
> expression shape until it receives the return value?
>
> Thanks
> Bill
>
> "Matt Milner" wrote:
>
|
|
|
|