I use wcf test client for testing my wcf services, but it has some shortages. Is there an alternative for WCF Test Client application wi开发者_如何学编程th better Facilities?Yes there is better applic
The WCF Test Client is a really powerful tool. I can avoid creating a new console app to test my services. However, what is annoying is that I can\'t seem to save the services/config I add 开发者_运维
I created WCF service application there are no errors until I run WcfTestClient. It requires IMetadataExchange to be configured.
I am unable to use the WCF Test Client.I always get the following error. Error: Cannot load reference assembly \'C:\\Windows\\Microsoft.Net\\assembly\\GAC_32\\System.Data\\v4.0_4.0.0.0__b77a5c561934e
I\'ve written created a WCF service inside a Windows service, and for some reason I can\'t figure out, I deployed the service on a bunch of systems(all nearly identical in OS and configuration), and i
I have a WCF web service running in IIS 7 using a self-signed certificate (it\'s a proof of concept to make sure this is the route I want to go). It\'s required to use SSL.
I\'ve found the Visual Studio WCF test client quite useful when it comes to a quick test of my WCF service.