I'm sending a complex object to a webservice. Its structure is Base --Product(Array) ----Thumbnails(Array)
When I send, I get an rpc Fault: Error #1069: Property ThumbNails not found on DTO.ProductDTO and there is no default value. This occurs when the Product Array is empty (not null, just an empty array). Any suggestions?

