Invoking a WCF service using claims based authentication

Posted by ashwnacharya on Stack Overflow See other posts from Stack Overflow or by ashwnacharya
Published on 2010-06-10T19:19:04Z Indexed on 2010/06/10 19:22 UTC
Read the original article Hit count: 857

I have a WCF service deployed in a server machine. We are using claims based authentication to authenticate the WCF service caller. The WCF service is restricted by using IIS Authorization rules.

How do I programmatically invoke the WCF service using .NET? The client app uses a proxy generated using SVCUtil. calling the service reads the credentials from a configuration file (not the app.config file, in fact the client application does not have a *.config file).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf