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.  Find the transformers used.

    Posted Wed September 23, 2009 12:45 PM

    Hi,

    I have a strange problem, i need to find out what are the transformers used in the flow services for all the interfaces in our project(around 50).
    Is there any way tht i can find out wht transformers are used in one package or so without going thru all the flow services.


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


  • 2.  RE: Find the transformers used.

    Posted Wed September 23, 2009 05:56 PM

    I don’t know if there is any service to accomplish that.

    but if you’re on an unix system you can “try” this command when you are inside the directory of the package you want to analyse:

    The part begining with “awk” is only for formating the output.


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


  • 3.  RE: Find the transformers used.

    Posted Fri September 25, 2009 11:37 AM

    You can also implement a flow service to do the job.

    1. Get all the services in a given package
    2. get the references for each service
    3. In the references you get the paths where a particular service is invoked inside the flow.
    4. Check if the path has ‘MAPINVOKE’.

    Cheers
    Guna


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