IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Connection Adaptor Environment Variables

    Posted 08/27/04 08:22 PM

    I am quite new to webMethods Developer 6.1, and am creating a service to run an AS400 job. I have an adapter and adapter service which access the AS400. I am trying to pass environment variables into the Java Flow, including the username and password used in the connection. I was looking at the wm.art.admin.connection.getConnecitonProperties, but an unable to find any documentation on it. Will it give me the information I need? Is there an other service which will give me this information? I would appreciate any help.

    Thanks.


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


  • 2.  RE: Connection Adaptor Environment Variables

    Posted 08/27/04 09:10 PM

    LMH,

    This service wm.art.admin.connection.getConnecitonProperties will not give you the required info that you are expecting.

    Anyways you can test by specifying below inputs to the above service
    adapterTypeName- JDBCAdapter
    connectionFactoryType- com.wm.adapter.wmjdbc.connection.JDBCConnectionFactory

    It gives out parameters doclist,take a look in the pipeline if it helps.

    HTH,
    RMG


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