WCF - Cross platform question

Posted by Lijo on Stack Overflow See other posts from Stack Overflow or by Lijo
Published on 2010-06-06T09:02:23Z Indexed on 2010/06/06 9:12 UTC
Read the original article Hit count: 512

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about wcf

Related posts about wcf-client