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.  Coverting a record to a string....

    Posted Thu August 22, 2002 11:29 AM

    I am performing an sql statement which I know will return on value, but since it is an sql I have to map the results to a record or record list.

    Is there a built in service I can use to conver the record result into a string.

    When I map it dirrectly, the value dissapears.

    Thanks,

    -Aarif


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Coverting a record to a string....

    Posted Thu August 22, 2002 02:42 PM

    Create a pipeline variable (e.g value) and variable under record (e.g. value)…map them…it shouldnt disappear


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Coverting a record to a string....

    Posted Thu August 22, 2002 03:14 PM

    Thank you for trying to help.

    Here is what I did.

    Record1

    • Value1 -----------> ValueA
    • Value2 -----------> ValueB

    And for some reason the values don’t get carried over to ValueA or ValueB.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 4.  RE: Coverting a record to a string....

    Posted Fri August 23, 2002 02:32 AM

    declaring pipeline variable will work.
    I am able to get the results doing so


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 5.  RE: Coverting a record to a string....

    Posted Fri August 23, 2002 08:17 AM