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: 315
Howdy,
I followed these two tutorial to get Client Application services working using WCF instead of the traditional web services project:
- http://msdn.microsoft.com/en-us/library/bb398990.aspx
- http://msdn.microsoft.com/en-us/library/bb546195.aspx
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