开发者

Wcf proxy generation on windows mobile application

For my mobile app, I used the Add Web References to generate the client proxy to interact with my WCF service.

Then I read somewhere there is an equivalent of SvcUtil for compact framework: NetCFSvcUtil.

Should I b开发者_如何学JAVAe using the NetCFSvcUtil instead of going throught the Add Web References? Or the Add Web References uses NetCFSvcUtil in the background?

Any pros/cons of one or the other?


Add web reference should be old proxy based on ASMX web services whereas NetCFSvcUtil is tool to generate WCF based proxy. For basic web services there is generally no difference - both will work but if you want to use some advanced WCF features available on CF you will have to use NetCFSvcUtil.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜