How would I go about doing that, I'm a newbie to web services.
Thanks,
Will
> Hello Will,
> As far as I can see this problem is not related to web services at all. You just have to implement ICollection::Add method probably to get your
object serialized.
> Regards,
>
> Martin Kulov
> www.codeattest.com
Martin Kulov - 22 Nov 2004 08:00 GMT
Hi Will,
Open Class View (Ctrl+Shift+C) and locate your class. Expand it using the plus sign and locate the interface ICollectable. Right click over its method Add and choose Add/Override in the menu.
As I said this is not web service related issue so you may first try posting to other newsgroups.
Regards,
Martin Kulov
www.codeattest.com