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.  Map flow logic...

    Posted 12/23/11 09:25 AM

    Hi User…

    I have on query…

    in map step i m doing concatination ,add, multiply…
    I want add happened first than mutiply then concatination…

    please help…


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


  • 2.  RE: Map flow logic...

    Posted 12/23/11 10:44 AM

    Sequence mapping and transformers inside one map is not defined and you should not do maps or transforms based on the outcome of each other in the same map step. If you need to calculate on the results of another transform you need to split this up into succeeding map steps.


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


  • 3.  RE: Map flow logic...

    Posted 12/28/11 08:05 AM

    if you still want in one map please go ahed and write a java service .You will be calling it as a transformer.

    Thanks,Amol.


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


  • 4.  RE: Map flow logic...

    Posted 12/30/11 03:12 AM

    Might be clearer if you have a sequence and use INVOKE of each of the services instead. Transformers (as the above posters said) don’t allow you to chain or specify the order and you also lose visibility of what’s going on a bit too (meaning you should put comments to tell people what the MAP is actually doing)

    regards,
    Nathan Lee


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