cancel
Showing results for 
Search instead for 
Did you mean: 

Passing the context of a table to a WS with list input parameter

andre_becker
Employee
Employee
0 Kudos

Hi there,

I have got a table with some entries and I want to pass all the entries to a WebService which has got a Inputparameter with the collection list. How can this be done?

Greetz,

andre

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andre

Probably, you could iterate through the table and add to the list as it is implemented in Java.

Regards

Navneet