Hi, I'm trying to pass a custom object to a web service as a web method parameter. For this, I had to modify the References.cs file and delete the simplified version of the class, so I can pass directly my objects.
The problem is that when I check the object in the web service, the collection that includes is empty. Do you know what can be happening?
I don`t know how to solve this.