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.  Dynamically add new "Tamino User"

    Posted 09/25/03 11:59 PM

    Hello,

    I have a desire to add a new database user from within our application. We utilize the TaminoAPI4J API for accessing Tamino. Is there a technique that I can use to programatically add a new user and assign them a default “first time” password?

    Thanks in advance,
    Jim McDowall


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: Dynamically add new "Tamino User"

    Posted 09/26/03 02:24 PM

    currently there is no way to achieve this within the Tamino API for Java directly.

    What you can do is to execute an ARGBATCH command from within your Java application using Runtime.exec(“…”).


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs