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
Expand all | Collapse all

Passing Multiple Rows of Values between DSP Page

  • 1.  Passing Multiple Rows of Values between DSP Page

    Posted Tue December 14, 2004 07:16 AM

    Hi,

    I have a DSP Page that contains Multiple Rows of data pulled out from Database Table. Users is able to configure 2 columns (fields) in each rows.

    Then, I need to update these multiple rows back into Database Table. How can I do this?

    I have read through the DSP Page User Manual, passing SINGLE value (one value per variables, not an array variable) between DSP Page is possible. The User Manual also discuss on how to get Array Variables from invoking IS Flow Service. BUT, I can’t seemed to find guide explaining how to pass Multiple Rows of data (or should I call it Array Variables?) between DSP Pages.

    Please advice. Thank you.


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


  • 2.  RE: Passing Multiple Rows of Values between DSP Page

    Posted Tue December 14, 2004 07:22 PM

    Hello,
    You can re-encode the array as one big string. Then you can decode it when it is in the other DSP. You can use a flow service to encode the array as a string (let it handle setting a proper delimiter). With the result you pass that down to the next DSP. In that DSP, you call your decode, passing the the delimited string and let it return the array you want or have it straight out call the update or insert statement you need.
    Good day.

    Yemi Bedu


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


  • 3.  RE: Passing Multiple Rows of Values between DSP Page

    Posted Wed January 09, 2008 04:01 PM

    Hi,
    I think you guys can answer my question.
    I have a value in a variable in a dsp page (a.dsp). I need to display this value in other dsp page (b.dsp) which is called by a.dsp. Please answer me. Iam not able to know how to do this.
    Thanks in Advance.


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