WCF - Cross platform question
- by Lijo
Hi Team,
I have a simple WCF service, self hosting and a .net client. I am generating a proxy using svcutil. When I add the proxy to the client it asks me to add System.ServiceModel.dll. Well, I can add it since it is a test scenario and I am working in .Net platform.
However, suppose I am using a machine that does not support .Net, how that platform would compensate for the System.ServiceModel?
Could you please put some light on it?
Thanks
Lijo