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.  Mapping Tables

    Posted 12/18/19 07:42 AM

    Hi,

    Can anyone help with this?

    Could you point me in the direction/ functions I need to explore for mapping tables.

    Simple example:

    System A has:
    • Email
    • firstName
    • Direct Input

    System B has:
    • Email Address
    • First_Name
    • Manual

    So the mapping will be:
    • Email → Email Address
    • firstName → First_Name
    • Direct Input → Manual

    I’ve created a database table:
    Key, Value
    Email, Email Address
    firstName, First_Name
    Direct Input, Manual

    What function in webMethods can I use to lookup this data? I tried pub.string.lookupTable but it seems this is expecting me to pass a string table in (rather
    than lookup from a database table.

    I was thinking of using a database table as some of my mapping tables will be large and database give options on how I manage that data, but what other methods should I be considering in webMethods?

    Regards,

    Jamie


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Mapping Tables

    Posted 01/06/20 10:36 AM

    Hi Jamie,

    is this correlation quite static or is it expected to change frequently?

    When it is quite static just take the time to implement the mapping in a MAP step in a Flow service.

    When it is expected to change frequently you might want to consider to implement it as a XSLT transformation with an external xslt transformation file. In this case you will only have to adjust the xslt file then.

    Or you can check if using XQL Queries here while querying for the source field and returning the value in the result field might be helpful.
    See IS Built-In-Services Reference for pub.xml-Services and WmXSLT services for further informations.

    Regards,
    Holger


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB


  • 3.  RE: Mapping Tables

    Posted 01/08/20 08:15 AM

    Holger,

    Thanks for the response, I expect it to change a bit so the xslt option and xql options seem best at the minute. I will explore these and see if they work.

    PS. have you got a link to the xslt documentation? can’t seem to find it.

    Regards,

    Jamie


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB


  • 4.  RE: Mapping Tables

    Posted 01/08/20 11:21 AM

    Hi Jamie,

    XSLT ist documented in the IS Built-In-Services Reference.

    Regards,
    Holger


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB