开发者

How to add reference of WCF service to .Net CF 2.0 application?

开发者 https://www.devze.com 2023-01-02 12:32 出处:网络
The .net CF 2.0 application does not understand the WCF proxy. So, it neds to be con开发者_开发技巧verted to ASMX proxy first and then to be added as reference to .net CF 2.0 application.

The .net CF 2.0 application does not understand the WCF proxy. So, it neds to be con开发者_开发技巧verted 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.


Here's a good article on how to do it with the netcfsvcutil.exe.

http://www.codeproject.com/KB/WCF/netcfwcf.aspx


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号