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.  Saving configuration parameters in a properties file

    Posted 12/28/12 12:05 PM

    Hi All,

    Please help me out for this…

    I created a static DSP page which is having configuration paramters same as JDBC adapter which is seen in IS.Whenever configure new connection is done at that after giving details about all the paramaters when the user click on save connection all the details should get saved in a file.How can it be done??Please give some suggestions…

    I can give a example like in IS we see JDBC Adapter->Connections->ConfigureNew Connection .Here after save connection all the details suppose needs to saved in some properties file then how can it be done


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Saving configuration parameters in a properties file

    Posted 12/28/12 12:59 PM

    Its nothing but creation of a new file and write some key/value information into it, or append in the existing file. As mentioned in another thread of yours, you could use WmPublic/pub.file:stringToFile service to write details and save it with whatever name you want (prop, or cnf etc.,)

    -Senthil


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 3.  RE: Saving configuration parameters in a properties file

    Posted 12/29/12 02:03 PM

    Thanks alot:)


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB