| Author |
Call an api of an assemly in the orchestration
|
|
|
| Hi,
I have an assembly that i need to reference from within an orcestration.
I want to call it's public interface pass it serveral parameters.
I need to call it when an error occurs in the processe or execption in
orchestration.
I am trying to figure out on how should I proceed.
I have added my assembly to GAC and I can add a refrence to the assembly in
my biztalk project. After that I am not sure where to being.
Any pointer will be helpful
Thanks
Ibrar
| |
|
| I forgot to mention I am using bts2004
"Ibrar" wrote:
> Hi,
> I have an assembly that i need to reference from within an orcestration.
> I want to call it's public interface pass it serveral parameters.
> I need to call it when an error occurs in the processe or execption in
> orchestration.
>
> I am trying to figure out on how should I proceed.
>
> I have added my assembly to GAC and I can add a refrence to the assembly in
> my biztalk project. After that I am not sure where to being.
> Any pointer will be helpful
>
> Thanks
> Ibrar
| |
| Hugo Rodger-Brown 2004-11-05, 2:46 am |
| There is a sample in the SDK - <Samples Path>\Orchestrations\MethodCall\.
The help topic is here ms-help://BTS_2004/SDK/htm/ebiz_sdk_samples_gfbs.htm
Hugo
http://hugo.rodger-brown.com
| |
|
| Hugo,
That was helpful.
thanks
"Hugo Rodger-Brown" wrote:
> There is a sample in the SDK - <Samples Path>\Orchestrations\MethodCall\.
>
> The help topic is here ms-help://BTS_2004/SDK/htm/ebiz_sdk_samples_gfbs.htm
>
> Hugo
> http://hugo.rodger-brown.com
>
>
>
>
| |
| Anthony O 2004-12-13, 6:28 pm |
| Ibrar,
--To call a .NET component within an orchestration, need to follow these
steps:
--Add a reference to the assembly holding your classes
--Create a variable and specify that it is of type your component
--Add an expression shape
--In the expression, create an instance of your class and then you can
access its methods.
Let me know if you need further help:
Anthony O.
"Ibrar" <Ibrar@discussions.microsoft.com> wrote in message
news:8A6F2296-817A-474B-BF12-A78FAC6179BC@microsoft.com...[vbcol=seagreen]
> Hugo,
> That was helpful.
> thanks
>
> "Hugo Rodger-Brown" wrote:
>
Path>\Orchestrations\MethodCall\.[vbcol=seagreen]
ms-help://BTS_2004/SDK/htm/ebiz_sdk_samples_gfbs.htm[vbcol=seagreen]
|
|
|
|