We are in the process of creating a new WCF web service (WCF service that has an basicHttpBinding Endpoint) to carry out some of our business logic.

The web application connects not problem at all, however our legacy Compact framework application doesn't seem to see the service at all.

Are we on to a loser here and should we just revert to ASMX web service (the Compact framework cannot be upgraded) or is there a way around this?

link|improve this question

CF only supports a subset of things that WCF can offer. Check out this post blogs.msdn.com/b/andrewarnottms/archive/2007/08/21/… – Bala R Mar 10 '11 at 16:51
I think that is using Compact 3.5, as Compact WCF is only available in that? – Dean Mar 10 '11 at 16:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.