Hi

How would I go about using strongly typed collections with web-services. The
VS.NET generated proxy class converts collection parameters into arrays and
I'd like to avoid it.

Do I have to implement ISerializable for my collection class? If this is the
case, any pointers?

Kind regards

Ben