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

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?

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