Dynamically Sending Adapter Connection Parameters

Hi all,

Is it possible to dynamically create Adapter Connection or dynamically change the required parameters (like UserName and Pwd)

Thanks in advance

Kevin

Kevin,
I had posted on this a while ago. There is a built in service which can change the adapter connection for an adapter service but is not recommended to be used in Runtime, rather at design time.

One way, I have done this is to have multiple adapter connections setup first. Then create a flow service which invokes an adapter service dynamically based on input (there are several ways to do this as well).
Thanks.
Eric

Eric,

Thanks for your reply…I am exploring other options

Kevin

In 6.5 , each adapater service has a $connectionName variable. At run time you can pass a valid connection name.