How to use Client Application Services with WCF?

Posted by Adabada on Stack Overflow See other posts from Stack Overflow or by Adabada
Published on 2010-06-02T20:16:02Z Indexed on 2010/06/14 0:42 UTC
Read the original article Hit count: 289

Filed under:
|

Howdy,

I followed these two tutorial to get Client Application services working using WCF instead of the traditional web services project:

But when configuring the winforms project services tab with the wcf services location, the generated code in app.config points to a "Authentication_JSON_AppService.axd" service uri that doesn't exist.

How can I use Client Application Services using WCF as the "transport" and still use the services tab to configure the settings on the client windows application?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about wcf