|
Home > Archive > BizTalk Server Orchestration > June 2005 > How to call .NET Assembly from Orchestration
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 |
How to call .NET Assembly from Orchestration
|
|
| Help Needed 2005-06-09, 2:47 am |
| Hi Guys,
How can I call my .NET Assembly from Orchestration, Is the expression shape
the only option we have. Most important thing is, this assembly takes
connection string information from config file. So, where should i keep this
config file in my biztalk solution and in deployment scenario.
Please help me.
Prasad
| |
| Alan Smith 2005-06-09, 7:48 am |
| > How can I call my .NET Assembly from Orchestration, Is the expression shape
> the only option we have.
You can call from the expression shape, or the message assignment shape if
you are constructing a message. Ensure you'r assemblies are "GACked", and use
an atomic scope shpae if you need to create objects that are not serializable
(best to go with static methods maybe).
> Most important thing is, this assembly takes
> connection string information from config file. So, where should i keep this
> config file in my biztalk solution and in deployment scenario.
You can use the BtsNTSvc.exe.config for this. I think you need to restart
the BizTalk host service, as it does not update the values like in asp.net.
Regards,
Alan
--
The Bloggers Guide to BizTalk
http://geekswithblogs.com/asmith
"Help Needed" wrote:
> Hi Guys,
>
> How can I call my .NET Assembly from Orchestration, Is the expression shape
> the only option we have. Most important thing is, this assembly takes
> connection string information from config file. So, where should i keep this
> config file in my biztalk solution and in deployment scenario.
>
> Please help me.
>
> Prasad
| |
| Ben Cuttriss 2005-06-16, 5:50 pm |
| Check my post here... it has details of how to put a custom configuration and
link through the btsntssvc.config. Bit lioke tinkering in machine.config or
a seperate one....
http://spaces.msn.com/members/bencu...Part_handle=cns!1prYyMsPbSn10VaXVkKo0N1Q!114&_c11_BlogPart_blogpart=blogentry&_c11_BlogPart_frompart=myspace&_c=BlogPart&_c02_owner=1
|
|
|
|
|