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.

 View Only
  • 1.  Extended Setting

    Posted Tue June 02, 2009 10:38 AM

    Hi,

    I have declared one key value pair in IS extended setting and now i want to use this value in my flow service so that at run time i get value from Extended settings.

    I want to know if there is any inbuilt service using which we can get the value for extended setting or if there is any method available?

    I have given the key value pair as mentioned below:

    watt.server.ISName=IS65_CENTRAL_DEV

    I want to get the value “IS65_CENTRAL_DEV” during run time.

    I read at one place that we can use services of “wm.server.admin” package. but i dont have the enough access to view this package :frowning:

    Thanks in Advance.

    Regards,
    Mangat Rai


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


  • 2.  RE: Extended Setting

    Posted Tue June 02, 2009 11:52 AM

    Hi,

    Set watt.server.ns.hideWmRoot=false in the extended setting to view and access the WmRoot package through developer.

    regards,
    senthil.


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


  • 3.  RE: Extended Setting

    Posted Tue June 02, 2009 02:25 PM

    You can use “pub.utils:getServerProperty” service from the WmPublic package.


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