0
Answer

Sending an ArrayList from a web service

sacresp

sacresp

20y
1.8k
1
How to do it? Do I really have to cast the ArrayList to an array and recreate ArrayList in the client or is there a way to pass it without casts? (I'm using WinForms client)