Hi every one, i trie'd to pass class as a parameter in wcf for mobile application.and how i can retrive that class data with loop in wcf.i hope u are all understand. thank u.
I will be able to use this function in my client software. I must send a class while eating, am I right? In that case, how can I send a class? class Program { static void Main(string[] args) { CarDetailsserviceClient client = new CarDetailsserviceClient(); string abc = client.updateCarDetails(); // This shows error } }
public class carclient { public string carno = "6789"; }