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

Creating document list in DSP and passing to flow service

  • 1.  Creating document list in DSP and passing to flow service

    Posted Thu June 28, 2007 08:19 AM

    Hi All,

    I have a dsp page which returns some values from a db in a table like structure (with text boxes as inputs). My question is, I can populate more rows but how do I append these rows to the underlying document list and then pass the new list to a flow service??

    Thanks


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


  • 2.  RE: Creating document list in DSP and passing to flow service

    Posted Mon July 02, 2007 10:14 AM

    hi JP,

    i had the same problem and what I did was to write a small java script within DSP that concats the multiple values into a single string delimated by comma (,)
    with the flow (invoked from DSP), I used “pub.string.tokenize” to break the comma delimated string into string list.

    hope this helps.


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