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 a String list from a DSP into a flow service.

  • 1.  Passing a String list from a DSP into a flow service.

    Posted Tue June 19, 2007 05:45 AM

    Hi,

    I currently have a dsp page with some simple javascripting. I have a list of elements, each one has a checkbox next to it. When a user clicks on a checkbox, data is passed to a js function that takes the value from the checkbox and places it in a list.

    I want to be able to send this list as input to a flow to be processed. How can I do this?


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


  • 2.  RE: Passing a String list from a DSP into a flow service.

    Posted Tue June 19, 2007 07:22 AM

    Hi ,
    Check this option :
    Instead sending the list to the javascript function can u directly send the list as it is the invoking flow service where it is accepted as a input in form of stringList and implement the functionality of js service in the webMethods flow service instead.
    Just try this option if it works.

    Sandhya


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