Webservice or WCF for compactframework.

Posted by Tan on Stack Overflow See other posts from Stack Overflow or by Tan
Published on 2010-04-21T08:57:07Z Indexed on 2010/04/21 9:03 UTC
Read the original article Hit count: 419

Filed under:

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.

© Stack Overflow or respective owner

Related posts about wcf