Webservice and string Array parameters

2
Hi, We have an imported webservice. One of the operations that we use, takes an array of strings as parameter. How can we deal with this in a MENDIX application, as there are no Array types in Mendix. Please let know when if you need any additional information. Kind Regards Frikkie Chalmers
asked
3 answers
1

A list of objects with a String attribute?

answered
1

In mendix there is no concept such as a "list of strings". So the only way in which you can map what you want to map is to do what Michel says, use a list of objects as a parameter to the webservice.

answered
0

That is what I did, but the webservice sees it as a list of objects and not a list of strings.

answered