Top "Wcftestclient" questions

Windows Communication Foundation (WCF) Test Client (WcfTestClient.

WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous'

I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response …

wcf ntlm anonymous wcftestclient negotiate
WCF Errors using WCFTestClient to test a simple WCF Web Service

When I try to test the AutoLotWCFService using "wcftestclient", I get the following error. What am I doing wrong? Any …

wcf using wcftestclient
WCF : How to disable WCF Test Client

I created a new WCF Application. It has a svc file & a code behind, When I try to debug (…

wcf wcftestclient
Is it possible to force the WCF test client to accept a self-signed certificate?

I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make …

wcf ssl ssl-certificate self-signed wcftestclient
WCF - Cannot obtain Metadata

It is running in an Intranet using IIS 7 and it works fine whenever I enable Anonymous Authentication in the IIS …

c# wcf wcf-binding wcf-security wcftestclient
Visual Studio Wcf Test Client - entering an Int array

I've found the Visual Studio WCF test client quite useful when it comes to a quick test of my WCF …

visual-studio wcf wcftestclient
WCF service method unavailable in WCF Test Client because it uses type

I am trying to use the WCF Test Client to test a WCF service I have built. The service has …

c# .net wcf wcftestclient operationcontract
WCF REST Service not visible in WCFTestClient

I have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I …

wcf wcf-rest webhttpbinding wcftestclient
How to disable WCF Test Client - VS 2012

I have a new WCF Service Application, when I hit F5 to debug, the WCF Test Client always comes up, …

wcf visual-studio-2012 wcftestclient
WcfTestClient: The contract 'IMetadataExchange' error

I created WCF service application there are no errors until I run WcfTestClient. It requires IMetadataExchange to be configured. How …

wcf web-services wcftestclient