I have to connect from a Java client to a WCF Web Service which has the following binding configuration:
I am quite new to WCF and I am trying to setup services and have received two different advice: Use a the built in authentication service with a membership provider (http://msdn.microsoft.com/en-us
Ok we have开发者_C百科 a WCF service running on one machine onIIS6 + server2003 r2 this service needs to write and read to/from a fox pro database that is located on another machine on the network - w
I have a service that uses a custom \"UserNamePasswordValidator\" and need to save the validated user object to be able to retrieve it later in the service. How can I do this? Or how can I access the
I\'m using certificates to secure my communications between client and server (no code, just endpoint configuration). Certificates are currently stored in ACOS5 smart cards. Everything works very well
I am on a project that uses web services to communicate with hand held devices (Symbol MC70s running windows mobile 5).
I have an application that uses Silverlight and ASP.NET as a front-end. It retrieves data from the server by calling some RESTful WCF services that are ho开发者_JS百科sted there. I\'d like to prevent
I have a WCF service running as a Windows service on intranet and I need to check that users accessing the service belong to certain AD functional groups. That is quite straightforward. I can call a m
I\'m writing a set of WCF services that rely on transport security with Windows Authentication using the trusted subsystem model.However, I want to perform authorization based on the original client u
I\'ve been working with WCF the last two days and it was going very well with the server and client both on my development machine.Now that I am trying to do some distributed testing with the client o