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
  • 1.  Pipeline In string name becomes pipeline out value

    Posted Mon February 09, 2009 11:23 PM

    In an effort to stop hardcoding a Pipeline Out string…
    This is difficult to explain ???

    I would like to take the pipeline in string called ‘hBillToId’ and have it’s name (hBillToId) become the value of AddDescComment on the pipeline out. So pictorially speaking

    Pipeline In Transformer Pipeline Out
    hBillToName ----------------------- AddDescComment

    Where now AddDescComment is literally hBillToName
    not the AddDescComment would not have the value of hBillToName
    AddDescComment would have the word hBillToName as it’s value.

    Thanks in advance


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 2.  RE: Pipeline In string name becomes pipeline out value

    Posted Tue February 10, 2009 01:46 AM

    In a java service, use the IDataUtil methods to get the key name instead of the key value. In the ancient WmSamples package there was an example that showed how to traverse an IData object using the methods in IDataUtil. You can still download WmSamples from Advantage, I believe.

    Mark


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: Pipeline In string name becomes pipeline out value

    Posted Tue February 10, 2009 02:36 AM

    Simple Java service is required. Use IDataUtil.getString() method…

    Senthil


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 4.  RE: Pipeline In string name becomes pipeline out value

    Posted Tue February 10, 2009 04:51 PM

    I really appreciate this help.
    Wondering why this is an ancient technique. Seems this could be a really useful tool.


    #Integration-Server-and-ESB
    #webMethods
    #edi