开发者

Java client for .Net WCF service

开发者 https://www.devze.com 2022-12-14 11:34 出处:网络
Have you ever heard or had such experience? 开发者_运维知识库Are there any known issues in such a scenario, that does not exist in .Net client scenario. I guess development in such a scenario will not

Have you ever heard or had such experience? 开发者_运维知识库Are there any known issues in such a scenario, that does not exist in .Net client scenario. I guess development in such a scenario will not be as smooth as in .Net client. Share your experience please.


Yes, entirely smooth. You are just restricted in terms of what bindings you can use - for instance, netTcp binding won't work. But the interoperable ones like the HTTP bindings should be fine.


You can have a Java Client but then you should only use interoperable features of WCF Have a look at this:

http://msdn.microsoft.com/en-us/library/ms730017.aspx

0

精彩评论

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