The .net CF 2.0 application does not understand the WCF proxy. So, it neds to be converted to ASMX proxy first and then to be added as reference to .net CF 2.0 application. But this is in theory. Need to know the exact steps of how to do it.
+1
A:
Here's a good article on how to do it with the netcfsvcutil.exe.
JeremySpouken
2010-06-08 12:34:19
A:
If you can upgrade your application to .Net CF 3.5, this link may help:
MusiGenesis
2010-06-08 12:39:49
A:
In your .net CF 2.0 project, you should be able to add a reference the WSDL for the WCF-based service. Having done that, the project should build a .net CF 2.0-compatible proxy.
soccerdad
2010-06-08 12:40:42