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
Expand all | Collapse all

How do u Invoke Webmethods inbuilt services

  • 1.  How do u Invoke Webmethods inbuilt services

    Posted Wed July 05, 2006 08:35 AM

    I actually want the status of a Package (checking whether it is enabled and fully loaded) to be known other than looking at the webMethods Admin Page . I need a java service or webmethopds Utility for the same .Is that possible ? The services invoked from Dsp’s Constituting webMethods Admin Console like wm.server.packages:packageList (webMethods inbuilt services ) ,Is there a way to view or invoke the above type of services .

    Thanks

    Hari


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


  • 2.  RE: How do u Invoke Webmethods inbuilt services

    Posted Wed July 05, 2006 12:16 PM
    1. Write a flow service
    2. Call any service say “pub.flow.clearPipeline”
    3. Click the service and goto properties
    4. See the property call “Service”
    5. Change it from “pub.flow.clearPipeline” to "wm.server.packages:packageList "
    6. You are done, save and refresh

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


  • 3.  RE: How do u Invoke Webmethods inbuilt services

    Posted Thu July 06, 2006 04:28 AM