c# - Send a List as WCF method parameter -


How can I send a general list of type of interface for a WCF method? The problem I have is that the customer instead of using the interface list & lt; Object & gt; has generated the list as.

This is probably because the client does not know which implementations exist for this interface They are not part of exposed metadata. You can use it to include those potential implementations in the WSDL.

Comments