Tagged Questions
5
votes
4answers
5k views
How do you return a user defined type from a WCF service?
I have a WCF service hosted in IIS. The intention is for clients to make a call and receive a custom class that is defined in another project/dll. I have generated a service client using the ...