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
  • 1.  Inquiry of instances in running state on webmethod

    Posted 27 days ago
    There is a function that looks up the instance that is currently running in wmadmin. Can't I look up the corresponding function in the package of the webmethod?
    I want to use the function that corresponds to the Admin website


    ------------------------------
    SEUNGWOOK SHIN
    ------------------------------


  • 2.  RE: Inquiry of instances in running state on webmethod

    Posted 26 days ago

    The admin website uses undocumented / unsupported services in the WmRoot package. With a bit of digging, you can tell which services execute in response to actions in the UI

    See these extended settings

    watt.server.stats.packages.exclude
    - You can change this to enable seeing the Wm* services in the "Service Usage" form from your screenshot. This allows you to see which built-in service(s) executed in response to an admin action
    watt.server.ns.hideWmRoot 
    - shows the WmRoot package in Designer

    Again, WmRoot services are unsupported are not intended for reuse by customers





    ------------------------------
    Dave Laycock
    ------------------------------