How to use a custom type object at the client
问题 I'm new to C# and to WCF, coming from a Java background. I'm have a solution with a WCF service hosted on IIS that has an Employee class, and a method... public Employee getEmployee(int loginId) This method takes the loginId, queries the database and creates an Employee object with the results, and then returns the Employee object. Simple enough. So I have a client, and thus far all it does is call a simple "Hello World" web method to prove to me that it's configured right to talk to the