Search Results

5
votes
8answers
1k views

WCF Unit Test

How to unit test WCF services? Any 3rd Party tools available? …
0
votes
1answer
94 views

Middleware Plugin in WCF

How to create event notification web service or kind of middleware in WCF? Any good links or books there to start? Or do we have any open source light weight open source middle ware projects? …
0
votes

How to configure security when calling WCF Service from .Net 2.0 Client

Using SSL certificate is the only option for .NET 2.0 client accessing WCF service as basicHttpBinding provides no security. By using SSL, you are securing the whole transport channel. Chec …