webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Dynamically Sending Adapter Connection Parameters

  • 1.  Dynamically Sending Adapter Connection Parameters

    Posted Thu December 08, 2005 03:36 PM

    Hi all,

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

    Thanks in advance

    Kevin


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Dynamically Sending Adapter Connection Parameters

    Posted Thu December 08, 2005 05:50 PM

    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


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Dynamically Sending Adapter Connection Parameters

    Posted Thu December 08, 2005 07:05 PM

    Eric,

    Thanks for your reply…I am exploring other options

    Kevin


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 4.  RE: Dynamically Sending Adapter Connection Parameters

    Posted Tue December 20, 2005 01:16 PM

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


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB