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.  How 2 search within packages

    Posted 09/18/03 10:22 AM

    Hi,

    Does anybody know if there is a way to search a string within all elements of a package ? I’m using webmethod 6.0.1, and the Edit/Find action (in the menu) is only searching on the elements names, not on their content.
    Put in other words : i would like to find out which services call a given service. Any trick ?

    Sébastien


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


  • 2.  RE: How 2 search within packages

    Posted 09/18/03 03:00 PM

    Sebastien,

    To find out which services call a given service, right-click on the called one and select “Find Dependents”

    Dave


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


  • 3.  RE: How 2 search within packages

    Posted 09/18/03 05:27 PM


  • 4.  RE: How 2 search within packages

    Posted 09/18/03 05:31 PM

    as a matter a fact i’m still wondering if there’s a way to full text search within packages - say you’ve coded some ‘TEST’ field value in services, is there any way to list in one go all the services containing this value ? What about a name of a variable ?


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


  • 5.  RE: How 2 search within packages

    Posted 09/19/03 03:44 AM

    at the OS level under <is_home>/packages/<yourpackage>/ns use a find (for unix) or windows search


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


  • 6.  RE: How 2 search within packages