Webservice or WCF for compactframework.
- by Tan
Hi iam making a Windows mobile application thats connects to an WCF service with basic httpbinding. The mobile device talks directly to the WCF service by tcp.
But the performace is really slow.
So i tried to switch the mobile device talking to a Webservice (ASMX) then the webservice talks to WCF service. The respone and performace is much faster.
Why is it so. Isnt WCF suppose to be faster and have greater performance then the old webservice. please advice and help.