Java client for .Net WCF service
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
精彩评论