I have a simple WCF service, my own hosting and .net client. I am creating a proxy using svcutil. When I add a proxy to the client, it asks to add System.ServiceModel.dll. Well, I can add it, as this is a test case, and I work on the .NET platform.
However, suppose I use a machine that does not support .Net, how will this platform compensate for System.ServiceModel?
Could you talk about this?
EDIT: I have an idea. If I create a WCF client, I need to add a ServiceModel. To test this, I added the ASMX client (Add Web Link). My mthod service does not accept any parameters. But I get an error in the client asking me to enter int Result, out bool ResultSpecified. Could you explain why?
EDIT: Could you give me an example - how and what to set true to "DataContractSerializer"
thanks
Lijo
source share